Looking for Excel Formula to Calculate Past Due by 7 Days

dsy12345

New Member
Joined
Aug 17, 2011
Messages
16
Hello I have a list of dates, cells a2-a35. Out of these dates I want to know which one are past due. I don't want a single formula for each date but a formula that will take all the dates and either highlight or mark with an "x" in a seperate cell which are past due.

Please help. :confused:
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Try

=IF(<today(),"x","")>TODAY()-A2>7,"X","")

in row 2 copied down.</today(),"x","")>
 
Upvote 0
I can't get it to copy the formula all the way down, only in the first cell. How would I get it to take the formula and analyze all the cells and give me a response with an x in row B.

Try

=IF(<TODAY(),"X","")>TODAY()-A2>7,"X","")

in row 2 copied down.</TODAY(),"X","")>
 
Upvote 0
Click in the first cell with the formula. Hover the cursor over the bottom right of the cell until the cursor turns into a + then hold down thye left mouse button and drag down.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,734
Members
452,939
Latest member
WCrawford

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