+1 for phone numbers formula problems
I have a column for phone numbers that come in from the form and they come in with the +1 format. in the column right next to it I'm trying to write a formula so that if the phone is blank it gives N/A.
=IF([Mobile Phone]@row > 0, "[Mobile Phone]@row", "N/A")
I know my problem is the + sign because if I remove it the formula works fine however I need to process to be automated and I don't want to have to come in and remove every single + sign when the form automatically puts it there. Any help? Thanks
Best Answer
-
@LeoCicio give this a shot:
- =IF([Mobile Phone]@row="","N/A",[Mobile Phone]@row)
Best,
Zach Hall
Training Delivery Manager / Charter Communications
Answers
-
@LeoCicio give this a shot:
- =IF([Mobile Phone]@row="","N/A",[Mobile Phone]@row)
Best,
Zach Hall
Training Delivery Manager / Charter Communications
-
Thanks Zach worked perfectly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!