+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
- Smartsheet Customer Resources
- 62.1K Get Help
- 351 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!