ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Can Excel send alerts when due dates are not met? (https://www.excelbanter.com/excel-worksheet-functions/45688-can-excel-send-alerts-when-due-dates-not-met.html)

gmatimes4

Can Excel send alerts when due dates are not met?
 
If I want to know if a something has not met the due date set in my
spreadsheet, can Excel send me an alert in some way?

Or can the cell become flagged when the date is not met so it can be easily
detected?

Shatin

One way to do it would be to use Conditional Formatting. Let's say the due
dates are all in Column A:

- Select all the cells that you would like to apply the Conditional
Formatting to.
- FormatConditional Formatting
- Assuming there's no conditional formats already, under condition 1, choose
from the drop down menu "Formula Is" rather than "Cell Value Is".
- Enter this formula in the adjacent box: =A1-TODAY()<0
- Select the formatting you want.

One thing to note is TODAY() is a volatile function. It's not a good idea to
have too many volatile functions in your worksheet. So if you have a lot of
dates, it is better to enter in one of the blank cells, say F1, the formula
= TODAY().
For your conditional formatting, you then enter this formula instead:
=A1-$F$1<0

"gmatimes4" wrote in message
...
If I want to know if a something has not met the due date set in my
spreadsheet, can Excel send me an alert in some way?

Or can the cell become flagged when the date is not met so it can be

easily
detected?





All times are GMT +1. The time now is 09:50 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com