Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have following problem.
I have created my own worksheet. I use it for controlling work progress and deadlines on different projects. My question is: can i program Excel to automaticly give me a notice when the date for an deadline approces. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Kim,
There is more than 1 way but a solution most favoured is to change the colour of a cell using conditional formating as the date in that cell approaches. Try this:- Select the cell with your due date in (A1 in this case) and then Format|Conditional format Select formula is and paste this in =TODAY()-A1<=5 Select a colour (say red) and click add Select formula is and paste this in =TODAY()-A1<=10 Select a colour (say amber) click add Select formula is and paste this in =TODAY()-A1<=15 Select a colour (say Green) click add !5 days before your due date the cell turns green and then amber at 10 days and red at 5. Mike "Kim" wrote: I have following problem. I have created my own worksheet. I use it for controlling work progress and deadlines on different projects. My question is: can i program Excel to automaticly give me a notice when the date for an deadline approces. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
You could use Conditional Formatting to color a cell when a date is being
neared. =A1<TODAY()+7 would turn the cell a color when the deadline is less than one week away. Gord Dibben MS Excel MVP On Wed, 17 Oct 2007 02:06:01 -0700, Kim wrote: I have following problem. I have created my own worksheet. I use it for controlling work progress and deadlines on different projects. My question is: can i program Excel to automaticly give me a notice when the date for an deadline approces. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel automaticly advancing copied cell numbers | Excel Worksheet Functions | |||
can excel make a serialized list automaticly? | New Users to Excel | |||
how to make excel automaticly jump to next cell? | Excel Worksheet Functions | |||
I`m want excel to automaticly put urls at a url. | Excel Discussion (Misc queries) | |||
Excel 2000 should not hyperlink automaticly | Setting up and Configuration of Excel |