Today(), and due dates

sss071

New Member
Joined
Aug 1, 2022
Messages
5
Office Version
  1. 365
Platform
  1. MacOS
Hi, I am a novice and am looking for a formula to do the following:

1. If due date has not arrived, show Not Due
2. If due date has arrived and is less than 30 days over, show Due
3. If due date has arrived and is 30 days or more over, show Overdue
4. If completion date has been entered into another cell, show Complete.

Due date = cell K4
Completion date = cell E4
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Yes, try this

Book1
EKL
3Completion dateDue date
47/7/2022Due
57/8/20227/8/2022Complete
Sheet1
Cell Formulas
RangeFormula
L4:L5L4=IF(E4<>"","Complete",LOOKUP(TODAY()-K4,{-100000,0,31},{"Not Due","Due","Overdue"}))
 
Upvote 0
Solution

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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