Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 155
Default formula to update dates periodically

I am creating a spreadsheet and one column will have a date established and
another column will have a follow-up date, which will be three weeks from
established date. Is there a formula to change the follow-up date every three
weeks and can it stop changing when the word "closed" is entered in another
column. The follow-up date already has a conditional format to turn red and
alert user that notices are due. The esatblish date is permanent.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default formula to update dates periodically

Some thoughts on a possible approach ..

Suppose you have this set-up in cols A and B

EstabDate Status
15-Feb-08 Open
15-Mar-08 Open
etc

You could set up the "21 days" consecutive monitoring in adjacent cols to
the right (eg in col C across), where the 1st col (col C) monitors it for the
1st 21-day period, the 2nd col (col D) monitors it for the 2nd 21-day
stretch, and so on

In C2:
=IF(AND($A2<"",TODAY()=$A2+COLUMNS($A:A)*21,$B2< "Closed"),"Alert"&COLUMNS($A:A),"")
Copy C2 across as far as required / fill down as far as required

You'd get something which looks like this:

EstabDate Status FUpD1 FUpD2
15-Feb-08 Open Alert1 Alert2
15-Mar-08 Open Alert1
etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Graham" wrote:
I am creating a spreadsheet and one column will have a date established and
another column will have a follow-up date, which will be three weeks from
established date. Is there a formula to change the follow-up date every three
weeks and can it stop changing when the word "closed" is entered in another
column. The follow-up date already has a conditional format to turn red and
alert user that notices are due. The esatblish date is permanent.

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 155
Default formula to update dates periodically

This would work except that the item maybe opened for an indefinite period
which would result in indefinite columns. The spreadsheet is very large and
it is tediuos searching for overdue items every day. Is there a macros for
this purpose or a different approach to the problem.

"Max" wrote:

Some thoughts on a possible approach ..

Suppose you have this set-up in cols A and B

EstabDate Status
15-Feb-08 Open
15-Mar-08 Open
etc

You could set up the "21 days" consecutive monitoring in adjacent cols to
the right (eg in col C across), where the 1st col (col C) monitors it for the
1st 21-day period, the 2nd col (col D) monitors it for the 2nd 21-day
stretch, and so on

In C2:
=IF(AND($A2<"",TODAY()=$A2+COLUMNS($A:A)*21,$B2< "Closed"),"Alert"&COLUMNS($A:A),"")
Copy C2 across as far as required / fill down as far as required

You'd get something which looks like this:

EstabDate Status FUpD1 FUpD2
15-Feb-08 Open Alert1 Alert2
15-Mar-08 Open Alert1
etc
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Graham" wrote:
I am creating a spreadsheet and one column will have a date established and
another column will have a follow-up date, which will be three weeks from
established date. Is there a formula to change the follow-up date every three
weeks and can it stop changing when the word "closed" is entered in another
column. The follow-up date already has a conditional format to turn red and
alert user that notices are due. The esatblish date is permanent.

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default formula to update dates periodically

Suggest you try posting in .programming, then
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Graham" wrote in message
...
This would work except that the item maybe opened for an indefinite period
which would result in indefinite columns. The spreadsheet is very large
and
it is tediuos searching for overdue items every day. Is there a macros for
this purpose or a different approach to the problem.



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
How to Periodically Store/Save Excel DDE Values ** Excel Discussion (Misc queries) 1 August 10th 07 09:17 PM
Periodically listing files in a folder haven104 Excel Discussion (Misc queries) 2 January 10th 06 09:01 AM
Periodically exporting Excel sheet to HTML SupportX New Users to Excel 1 July 4th 05 07:00 PM
No update of dates [email protected] Excel Discussion (Misc queries) 7 May 29th 05 06:36 AM
Dates that automatically update ... Artanis Excel Discussion (Misc queries) 3 March 10th 05 12:21 PM


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

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

About Us

"It's about Microsoft Excel"