Sign in to join the conversation:
Hi,
As per below formula, if with blank cell, How can i add the formula for RYG ball auto change to Yellow.
=IF(ETA11 > TODAY(), "Green", IF(ETA11 < TODAY(), "Red"))
Thanks in advance.
Use empty quotes. Like:
=IF(ETA11 > TODAY(), "Green", IF(ETA11 < TODAY(), "Red", IF(ETA11 = "", "Yellow", ""))
Hi Matth, can't work, RYG ball still with Red.
Try,
=IF(ISblank(ETA11),"Yellow", IF(ETA11 > TODAY(), "Green", IF(ETA11 < TODAY(), "Red", "")))
It work perfectly. big thanks.
Can excel sheet be used as a reference in Smartsheet?
I have a State account
Hi Can you utilize forms to make data entry easier into a row that already exists?. For instance, if I have pre-populated a sheet with 100 rows/items can I use a form to update certain columns in these rows…to make columns with multiple lines of text easier to enter? Many thanks Matt