Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default can alarm be coded into a cell "x" hours before date's reached ?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default can alarm be coded into a cell "x" hours before date's reached ?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help!!! Enter "7" in a cell and Excel changes the "7" to "11" immediately!!! [email protected] Excel Discussion (Misc queries) 3 January 5th 07 02:18 PM
HELP on "left","right","find","len","substitute" functions serene83 Excel Discussion (Misc queries) 5 June 27th 06 02:23 AM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
An "If" statement coded in a macro rojobrown Excel Worksheet Functions 2 April 12th 06 07:57 PM
Complex if test program possible? If "value" "value", paste "value" in another cell? jseabold Excel Discussion (Misc queries) 1 January 30th 06 10:01 PM


All times are GMT +1. The time now is 10:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"