Can Excel Let me know when a date passes?

D1684

New Member
Joined
Dec 27, 2004
Messages
12
I don't know if Excel can do this....

We have contractor sign in sheets in Excel. In the cell next to the person's name, we have tie date their MSHA certification expires. If you can visualize it, like this:

Name MSHA expires Time In/Out

John Smith 01-01-2007 05:00/13:00

Is there a formula I can use to notify me when the date passes?

For example, John Smith has an MSHA that expires on Jan. 1st.. Is there a formula I can put in the "MSHA expires" cells so that they change color, or some kind of message pops up on Jan. 2nd? When you have about 400 names on 30 sheets, it would make it easier.

Like I said I don't know if Excel can do this, but it's Excel has always suprised me every single time I've asked a question like this.

Thanks in advance for your aswers.

Dave
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Sure. If your (Excel) date is in column C, have D2's formula be =C2<TODAY() and copy D2 down.

Then, apply an autofilter (data --> filter --> autofilter) to filter column D for FALSE to let you know what records have "expired".
 
Upvote 0
If the expiration date is in C2 then in row 2 of an unused column use =IF(today>C2,"Expired","")
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,536
Members
449,037
Latest member
tmmotairi

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