Hi all,
Wondering if someone could help, I've got an excel worksheet relating to an action time list, I have a column(F) with a completion target date, another column(G) with a revised completion date and a column(J) with days overdue.
I have managed to use a IF statement where in the days overdue column it will state the amount of days overdue from the completion target date (column F), however I need to combine it with the revised completion date (column G) so that if their is a revised completion date it uses this date instead of the completion target date (column F).
My current formula is:
=IF(DAYS360(F2,TODAY(),TRUE)>0,DAYS360(F2,TODAY(),TRUE)&"Days","")
Which works fine (except it returns a value of 41814Days if column F is blank).
Does anyone know what I need to add to the formula to use column G's date instead only if one has been entered.
Thanks in advance.
Wondering if someone could help, I've got an excel worksheet relating to an action time list, I have a column(F) with a completion target date, another column(G) with a revised completion date and a column(J) with days overdue.
I have managed to use a IF statement where in the days overdue column it will state the amount of days overdue from the completion target date (column F), however I need to combine it with the revised completion date (column G) so that if their is a revised completion date it uses this date instead of the completion target date (column F).
My current formula is:
=IF(DAYS360(F2,TODAY(),TRUE)>0,DAYS360(F2,TODAY(),TRUE)&"Days","")
Which works fine (except it returns a value of 41814Days if column F is blank).
Does anyone know what I need to add to the formula to use column G's date instead only if one has been entered.
Thanks in advance.