whats wrong with my formula??

mramsamooj
βββ
I am following along with training and this is the formula i am using but it keeps returning error
=IF(Status@row = "Complete", "Green"), IF(DueDate@row < TODAY(), "Red", "Yellow")
Best Answer
-
You have a misplaced parenthesis. Should be:
=IF(Status@row = "Complete", "Green", IF(DueDate@row < TODAY(), "Red", "Yellow"))
Hope that helps!
Answers
-
You have a misplaced parenthesis. Should be:
=IF(Status@row = "Complete", "Green", IF(DueDate@row < TODAY(), "Red", "Yellow"))
Hope that helps!
-
OMG!! that worked!!! thank you so much!!!!!
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!