Bring back a value based on condition of another cell

Carlos Yanes
Carlos Yanes โœญโœญโœญโœญโœญ

I have a date column that based on it's value, it bring back a word.

If the date is older than today, bring back the word 'red'

If the date is within a 14 range of today's date, bring back the word 'yellow'

If the date is greater than 14 days but less than 30 from today' bring back the word 'green'

If the date is more than 30 days from today's date bring back 'blue'

I tried a formula like this one -

=IF([Original Date]2 <> "", IF([Original Date]2 < TODAY(), "Red", IF([Original Date]2 <= TODAY(14), "Yellow", "Green"), "Blue"))


image.png


Best Answer

ยซ1

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!