Notify if the date expires in Excel DB

eXtremer

Board Regular
Joined
Oct 20, 2010
Messages
74
Hi all.

There is a excel database with columns, there is a column with dates and I need to be notified by excel somehow that it past for example 30 days from that date, is it possible to implement such a thing in excel ? I need to be notified just once, after that to click on it and the reminder has to be set OFF.

I really need to find a workaround.

Thank you in advance.
 
Weird! They look the same - apart from the fact that I used A1 and you used A14.

Does that formula work if you put it in a worksheet cell?

No it doesn't, both formulas you gave me don't work, maybe in Excel 2003 the formula should different ?
 
Upvote 0

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
I'm back at work and that site is blocked by the company firewall.

Your date isn't in A1 though, is it? Make sure you're formatting a cell in column N where your dates are and that the formula refers to the same cell. Just get it working on one cell to start with.

As for the differences between 2003 and 2007, I thought worksheet formulae were identical, so I can't imagine why it isn't working for you. Perhaps you can get someone who's familiar with 2003 to try the same formula?
 
Upvote 0
What country are you in? Do you use semicolons as list separators?

Try semicolons instead of commas.
 
Upvote 0
Thank Ruddles for your support, still can't get the "colour" thing working, but it's not a big problem.
Take care.
 
Upvote 0
Okay, well if you change your mind you could try:-
Code:
=AND(A1>TODAY();[COLOR=black]A1[/COLOR]<(TODAY()+10))
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,287
Members
452,902
Latest member
Knuddeluff

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