I have the following If formula...
=IF(D5-15<P$3,"OVERDUE","NOT DUE")=IF(J5=isnumber,I5,"")
How do I write this correctly?
The first part works but the second nested IF is not correct.
D Column is course date, I Column is todays date minus 15 days (set to remind me that payment needs to have...