I cannot convert my if statement to a column formula
karimo6
✭✭
I have an if statement referencing another column named "Country" - I want to define this if statement into a Column Formula but it says "the column formula syntax isn't quite right". This is my IF statement.
=IF(Country1 = "US", "01-440-0187 (US)", IF(Country1 = "Canada", "01-440-0188 (CA)", IF(Country1 = "Mexico", "01-440-0189 (MX)")))
Answers
-
Try this: =IF(Country1@row = "US", "01-440-0187 (US)", IF(Country1@row = "Canada", "01-440-0188 (CA)", IF(Country1@row = "Mexico", "01-440-0189 (MX)", "")))
Hope this helps,
Dave
-
For some reason it turns my IF statement unperishable.
-
got it Dave, just needed to delete the 1 in between the @rows. Thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives