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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!