Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I keep a data base which has a list of when certian things expire. Can you
create alerts to notify you when the expiration is approaching or when they have expired. |
#2
![]() |
|||
|
|||
![]()
Conditional formatting is good for this sort of thing, look it up in Help to
make the cell with the date in it turn yellow when expiry is 2 weeks away, red when one week away or whatever, Regards, "tpen" wrote in message ... I keep a data base which has a list of when certian things expire. Can you create alerts to notify you when the expiration is approaching or when they have expired. |
#3
![]() |
|||
|
|||
![]()
Hi,
The easiest way would be to run a query on the database, match expiry date against current date (use the Today() function), and use conditional formatting to highlight any expired products. I'd be glad to help out more if you could give me some more information. Hope this helps Sunil Jayakumar "tpen" wrote in message ... I keep a data base which has a list of when certian things expire. Can you create alerts to notify you when the expiration is approaching or when they have expired. www.ayyoo.com/loans.html |
#4
![]() |
|||
|
|||
![]()
Hi
the easiest way to achieve this IMHO is via conditional formatting (of course, you'll only see it when you open the workbook) basically, say your dates start in cell G2 and go down the column and you want to be advised if the expiry date falls in the next 15 days select the dates, ensuring that row 2 is at the top of the screen format / conditional formatting choose formula is type =AND($G2<=TODAY()+15,$G2=TODAY()) click on the format button - choose a format (cell background colour is under patterns) click OK twice -- Cheers JulieD check out www.hcts.net.au/tipsandtricks.htm ....well i'm working on it anyway "tpen" wrote in message ... I keep a data base which has a list of when certian things expire. Can you create alerts to notify you when the expiration is approaching or when they have expired. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do you create a complicated pivot table graph? | Charts and Charting in Excel | |||
Can't create dynamic charts | Charts and Charting in Excel | |||
Template in Excel | New Users to Excel | |||
GETPIVOTDATA to create Purchase in specified month | Excel Worksheet Functions | |||
trying to create | Excel Discussion (Misc queries) |