samlee1981
New Member
- Joined
- Feb 12, 2019
- Messages
- 7
I have the following If formula...
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=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 been made), J Column is payment received. P3 is todays date.
I want to say - if J5 contains a number, (e.g the date payment was received), make I5 blank. At the moment it just says overdue.
Any ideas how to reword it?
Many thanks
[/FONT]
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]=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 been made), J Column is payment received. P3 is todays date.
I want to say - if J5 contains a number, (e.g the date payment was received), make I5 blank. At the moment it just says overdue.
Any ideas how to reword it?
Many thanks
[/FONT]