Page 1 of 1

Track Past due

Posted: Sun Jun 07, 2020 5:39 pm
by sna
Hi Dear
Say hello to all expert here
I need your help to track Past due for Motor rent.
For example
Mr A request to rent motor for 3 months due to his wrong condition.
His request on 01/04/2020
I want to show alert when due
In A1 I input Date :01/04/2020
In B1 I input 3
In C1 I want to show it is < Due> when it is come due otherwise not showing means nothing

Hope you may help

Best wishes,

Re: Track Past due

Posted: Mon Jun 08, 2020 7:16 pm
by snasui
:D Could you please attach example file for easy to understand your querstion?

Re: Track Past due

Posted: Tue Jun 09, 2020 4:57 pm
by sna
Hi Dear
Here's an example file


Best wishes,

Re: Track Past due

Posted: Tue Jun 09, 2020 6:14 pm
by snasui
:D Try this,

C2

=IF(TODAY()>EDATE(A2,B2),"Due","")

Press enter.