Apr 15 2023 11:41 AM
Hi all,
First time post, I am trying to complete a conditional formatting task for the following;
Due date column (which is calculated from a previous cell) but want to colour code as follows;
Red - if date is today or before
Yellow - if date is tomorrow and 30 days after
Green - if date is 31 + days after
Can anyone help please.
Thanks Jo
Apr 15 2023 12:04 PM
SolutionPlease see attached workbook.
Apr 15 2023 12:46 PM
Apr 16 2023 07:45 AM - edited Apr 16 2023 07:49 AM
HI Patrick,
Can I pick you brain for one more thing...
I am trying to add a formula to calculate the next appointment date based on a previous date but have a frequency column in the middle to dictate time between;
ie; '3' - 3 months (90 days)
'4' - 4 months (120 days)
'6' - 6 months (180 days)
LAST SEEN 01/04/23
FREQUENCY 3
NEXT DATE =H3+I3, IF(I3=3, (then +90), I3=4 (then +120), if i3=6 (then +180))
Think this is the last one, actually managed some of the others.
Apr 16 2023 12:29 PM
Apr 16 2023 01:58 PM
I'd go with @Hans Vogelaar 's solution for this one. Your data is arranged perfectly for EDATE.
Apr 16 2023 02:03 PM
Apr 17 2023 03:52 AM