IF(OR) Statement

Trying to have a fornula recognize between a text and a number. In the example below I want to have the Job# Join several items together to build the job # and i need 00- to be added to each row as a new job is started. In doing this, the formula =IF(ISNUMBER([Neighborhood Code]@row), "00-", "") is working fine as long as its a number. Cant figure out how to make it work if its not a number. Example - 5A. Any thoughts?
Answers
-
In the 00- Column just add ="00-" then you can do this in the job # column:
=[00-]@row + [Neighborhood Code@row] + [4th Column]@row
Sincerely,
Jacob Stey
-
I tried this so far and cant make it work.
=IF(ISNUMBER([Neighborhood Code]@row), “00-“, “”, ISTEXT([00-]@row), “00-“, “”))
-
Try the functions ISNUMBER and ISBLANK to modify this formula
It will help to manage numbers and text effectively
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 454 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives