Hi, thanks for looking.
I have a spreadsheet which is used to record covid results in a school. I have a formula entered which calculates the 'valid until' date, which would be +14 days from test date (=IF(ISBLANK(E3),"",E3+14).
What I would like is that cell (F3:F58 in this case to:
Turn green if the date is not within 2 days of today
Turn orange if the date within 2 days of today (including today
Turn red if the date is past today.
I currently have this:
Which I believe works ok for the red but the others.
The empty cells (of which there is no date, currently also turn green, I'd prefer if they remain colourless.)
Again, thanks for looking.
Am in Google Sheets trying to smash this out.
I have a spreadsheet which is used to record covid results in a school. I have a formula entered which calculates the 'valid until' date, which would be +14 days from test date (=IF(ISBLANK(E3),"",E3+14).
What I would like is that cell (F3:F58 in this case to:
Turn green if the date is not within 2 days of today
Turn orange if the date within 2 days of today (including today
Turn red if the date is past today.
I currently have this:
Which I believe works ok for the red but the others.
The empty cells (of which there is no date, currently also turn green, I'd prefer if they remain colourless.)
Again, thanks for looking.
Am in Google Sheets trying to smash this out.
Last edited by a moderator: