Hello, I am attempting to create a formula that will post a RYG symbol after comparing two date columns. The formula:
=IF(([PO Receipt Date]@row >=TODAY(+14)), "Green”, IF([PO Receipt Date]@row <=TODAY(+13)), "Yellow", IF([PO Receipt Date]@row < TODAY()), “Red”)
But continue to receive #UNPARS error. Im new to SMARTSHEET so any help is appreciated.