IF Statement and Health
I am trying to use the following IF statements for my health column. I get up to IF([Move Complete]@row = "Termed? ", "Red", and if I add any IF statements after that it doesn't work. Can anyone tell me what I am doing wrong in this formula?
=IF([Move Complete]@row = "Yes", "Blue", IF([Move Complete]@row = "Termed", "Blue", IF([Move Complete]@row = "No", "Red", IF([Move Complete]@row = "Termed? ", "Red", IF([Move Complete]@row = "Client on Hold", "Red", IF([Move Complete]@row = "Client FTP", "Yellow", IF ([Move Complete]@row= "Client Email", "Yellow" )))))
Comments
-
Check where you have spaces in the formula. You have 2 that I see that could be causing errors.
One is in the termed line between the ? and "
the other is in the last if statement between IF and (
I recommend using notepad or any other text editor to review your formulas to make this type of troubleshooting much more easy. just copy paste the formula into the text editor then click before any major logic statement (In this case IF) and hit enter to make a new line. It makes these much easier to read and find errors.
-
You are also short two )) at the end.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!