ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   can alarm be coded into a cell "x" hours before date's reached ? (https://www.excelbanter.com/excel-worksheet-functions/138212-can-alarm-coded-into-cell-x-hours-before-dates-reached.html)

amblebookworm

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

Gary''s Student

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



All times are GMT +1. The time now is 04:44 AM.

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