Hi
First time posting so please be gentle
I have a set two sets of dates one in column E (Target Date) and one in O (Actual Finish Date)
The sheet I have inherited uses the below formula:
=IF(O2="",IF(E2>NOW(),"OPEN","OVERDUE"),IF(O2>E2,"FAIL","PASS"))
What I need the new formula to do is:
If the target date has not yet passed return - Open
If the target date has been passed by the actual finish date but, is within 5 days or less of the target date return - Pass Late
If the target date has been passed by the actual finish date or is blank, date return - Overdue
If the target date was met by the actual finish date either on the date of the target date or before this return, Pass
I've been tinkering on and off for about a week now and for the life of me i just can't crack it. Any help would be appreciated.
First time posting so please be gentle
I have a set two sets of dates one in column E (Target Date) and one in O (Actual Finish Date)
The sheet I have inherited uses the below formula:
=IF(O2="",IF(E2>NOW(),"OPEN","OVERDUE"),IF(O2>E2,"FAIL","PASS"))
What I need the new formula to do is:
If the target date has not yet passed return - Open
If the target date has been passed by the actual finish date but, is within 5 days or less of the target date return - Pass Late
If the target date has been passed by the actual finish date or is blank, date return - Overdue
If the target date was met by the actual finish date either on the date of the target date or before this return, Pass
I've been tinkering on and off for about a week now and for the life of me i just can't crack it. Any help would be appreciated.