Need a condition to override other conditions in a formula
Hello,
I need to show a percentage rate in one column based on a time of year in a different column, however, if there is a certain word in a third column, I need it to override the other conditions.
Right now, the formula is: =IF([Program Term]@row = "Summer", 0.325, IF([Program Term]@row = "Academic Year", 0.499))
I need to add IF([Rank]@row = "Retiree", 0.33 and make it override the others.
Thanks!
Tags:
Best Answer
-
You would continue with a nested IF statement (add in a third IF), but you would want the highest priority to be first when reading from left to right.
Answers
-
You would continue with a nested IF statement (add in a third IF), but you would want the highest priority to be first when reading from left to right.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!