P
PAL
I have a multi row, multi column spreadsheet. Column E has a blank or a date
in each row. I am trying to write a formula that says IF there is a date AND
E2+5....
Using the greater than sign doesn't work because it must be looking for a
number. Pleas advise.
=IF((AND(E2>"",E2+5<$R$1)),"Yes","")
in each row. I am trying to write a formula that says IF there is a date AND
E2+5....
Using the greater than sign doesn't work because it must be looking for a
number. Pleas advise.
=IF((AND(E2>"",E2+5<$R$1)),"Yes","")