Hi,
I have a SmartSheet to show the meeting schedule.
It has several columns: strata manager, building code,.Supplies given to SM (date) ,Reminder to Accounting department" (this has the formula inside to show the date)
I just want to highlight the column of strata manager as green as for the following condition:
1. Supplies given to SM (date) is blank AND
2. Today is bigger than date in column of " Reminder to Accounting department"
I think Conditional format can only set for one criteria not 2
Therefore, I add additional column "Check-box delivered", with formula (=IF(AND([Supplies given to SM (Date)]1 = "", TODAY() > [Reminder to Accounting department]1), "Follow up", ""))
May I ask is there any way can do that without adding additional column "Check-box delivered"? If this is excel , it can work.....
Thanks very much