Adapt Formula to include Becoming Due & Paid

Shazz

Board Regular
Joined
Oct 28, 2010
Messages
136
Good Morning all,

I have the below Formula which is great but I want to add to it to show, upcoming due dates (3 days before due) saying "Becoming Due" and also if a date is in Column Q then the cell that the formula is in (Column M) will say "Paid"

=IF(ISBLANK(L13),"",IF(L13<today(),"overdue","not due"))<="" span=""></today(),"overdue","not>

Can anyone show me how to adapt to incorporate these please.

Thanks
Shazz xx
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Hello,

Most probably ... just after L13 there is a "<" operator ... which removed everything ...
 
Upvote 0
Hi James006

I do not understand what you mean?

<today(),"overdue","not due"))
Most probably ... just after L13 there is a "<" operator ... which removed everything ...

here is the full formula =IF(ISBLANK(L3),"",IF(L3 <today(),"overdue","not due"))<today(),"overdue","not="" due"))[="" code]<="" html=""></today(),"overdue","not></today(),"overdue","not><TODAY(),"Overdue","Not Due"))
 
Last edited:
Upvote 0
to display the full formula, you need to put space before/after the < > etc
 
Upvote 0
Sorry, Ion't know why it wont allow me to show the full code and dont know how to get around it.
 
Upvote 0
=IF(ISBLANK(L3),"",IF(L3 < TODAY(),"Overdue","Not Due"))
 
Last edited:
Upvote 0
Cross posted https://chandoo.org/forum/threads/formula-for-passed-upcoming-and-paid-dates.41492/

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules).
This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,839
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top