Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have spreadsheet of key dates & am looking to set up an alarm in advance of
date being reached, say 72 hours before stipulated date - is this possible w/out knowledge of VBA |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
We can use condtional formatting:
Say we have a list of dates in column A and we want to hi-light those that are coming due within the next 72 hours: Select A1 and pull-down: Format Conditional Format... Formula is =IF((A1-NOW())<72/24,1,0) and pick a distinctive format Then copy the format down the column. -- Gary's Student - gsnu200713 "amblebookworm" wrote: Have spreadsheet of key dates & am looking to set up an alarm in advance of date being reached, say 72 hours before stipulated date - is this possible w/out knowledge of VBA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! | Excel Discussion (Misc queries) | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
An "If" statement coded in a macro | Excel Worksheet Functions | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |