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.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
There's no reason why it shouldn't work but as with most things, you have to get it right or it won't work.

Try to get it working for a single cell first.
 
Upvote 0
There's no reason why it shouldn't work but as with most things, you have to get it right or it won't work.

Try to get it working for a single cell first.

So, I need the cells to get red on the DATE_COL column when the expiry date hits.

In my case the DATE_COL is 14...

"=AND(A1>TODAY(),A1<(TODAY()+10))" - The formula you typed contains an error.


Just googled for information about color function in VB and I see there is a way to do, too bad I don't understand the codes...

Link1
Link2
 
Upvote 0
If your date is in A14 then the formula would have to test A14 rather than A1.

That formula worked fine here:-

cond_formatting.jpg
 
Upvote 0
If your date is in A14 then the formula would have to test A14 rather than A1.
cond_formatting.jpg
Of course I meant to write: "If your date is in N1 then the formula would have to test N1 rather than A1".

I'm at work at the moment and that image is blocked by the company firewall. I shall look at it tonight when I get home.
 
Upvote 0
Sorry, what is blocked by the firewall ? The image extention *.jpg, *.gif, *.bnp ? Or what, let me understand so I would make it easier for you to see the screen.
 
Upvote 0
Sorry, what is blocked by the firewall ? The image extention *.jpg, *.gif, *.bnp ?
It's probably the site: http://extremer.isgreat.org/. File-sharing sites are blocked by many organisations' firewalls.

I just got home and tried the link you posted and I got a picture of two young ladies wearing skimpy swimsuits. I couldn't work out how they related to conditional formatting.
 
Upvote 0
Sorry, it's a free hosting and sometimes it fails, try to refresh please a few times.
I've uploaded to a image hosting website too...

colourr.jpg
 
Upvote 0
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?
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,292
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