Hi,
Please ignore my query of earlier today (copied below).
I request assistance with this:
Column G has the due date
Column H has the date paid. This column is left blank if unpaid to date
I needed to generate a value of "Overdue" or "In Time" in Column F depending on:
(i) If date in Column H is > date in Column G, Column F should show value of Overdue
(ii) If date in Column G is less than today, and Column H has no date (i.e. it is blank - it has not yet been paid), Column F should show value of Overdue
(iii) If date in Column H is < or equal to date in Column G, Column F should show value of "In Time"
I tried the below formula and it gives an error.
=IF(G3<TODAY(), IF(ISBLANK(H3),"","Overdue",IF(H3<G3()"In Time"))3<G3()"In Time"))
I'm also putting this as a new thread, as I have sent multiple replies to this post, and I don't know if the query will be seen.
Many thanks!
_______________________
Please ignore the below from earlier today:
Hello
This works perfectly. Thanks so much.
Hope to get assistance with below, to close this issue for me:
=and(G2<>"",G2<today(),H2="")
The above formula provided in last response will highlight Column G correctly. Is it possible to have a value generate in Column I (that is, the letters OD) if the due date is anything less than today, but ignoring those where there is a value in Column
H already?
This will remain the same:
Column G has the due date
Column H has the date paid. This column is left blank if unpaid to date
Many thanks!