L
L.Peter
Dear Group,
how can i set the background color if a cell in a column if the follwing
conditions are true:
if the cell value > today() and the cell is not empty: change color to
red
at the moment, i can set it change color when cell value >today() but the
problem is some time the cell value is " ", and because cell value has
some white space so the color is changed (which is not desire), how can i
check something like:
if (len(trim(cel value))>0,red color, white color)
TIA
L.Peter
how can i set the background color if a cell in a column if the follwing
conditions are true:
if the cell value > today() and the cell is not empty: change color to
red
at the moment, i can set it change color when cell value >today() but the
problem is some time the cell value is " ", and because cell value has
some white space so the color is changed (which is not desire), how can i
check something like:
if (len(trim(cel value))>0,red color, white color)
TIA
L.Peter