Color Status Date

fennerb
fennerb ✭✭✭✭✭
edited 12/09/19 in Smartsheet Basics

I'm trying to make it so the following guidelines are followed from the "Auto Filled in Date" to the "Date Entire Request is Complete/Sent to Law":

-Green – An open request that was received 1-5 days ago.

-Yellow – An open request that was received 6-10 days ago.

-Red – An open request that was received more than 10 days ago.

-Blue - Complete

-Blank/No Date - Blank status

=IF((ISBLANK([Information Requested -Auto Filled in Date]51), " "), IF((ISDATE([Date Entire Request is Complete/Sent to Law]51), "Blue"), IF(([Information Requested -Auto Filled in Date]51 >= TODAY(), "Yellow"), IF(([Information Requested -Auto Filled in Date]51 >= TODAY(10), "Red"), IF(([Information Requested -Auto Filled in Date]51) >=TODAY(5)"Green")))))

I thought the issue was a lack of closed out arguments, so I added more parentheses. I can't seem to figure it out.

Comments