Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
yardcow
 
Posts: n/a
Default Drop data from workbook after specified time

I want to include a formula that will drop data from worksheets that keep a
running total when the data becomes over 4 weeks old.
--
yardcow
  #2   Report Post  
Ian
 
Posts: n/a
Default

One way

=IF(A1<NOW()-28,"",B1) with the date of the entry in A1 and the data in B1.
It doesn't actually drop the data, but eliminates it from the cell display.

--
Ian
--
"yardcow" wrote in message
...
I want to include a formula that will drop data from worksheets that keep a
running total when the data becomes over 4 weeks old.
--
yardcow



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
Importing unopened worksheet into an open Workbook GrayesGhost Excel Discussion (Misc queries) 24 July 3rd 08 10:06 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Automatic Data Validation drop down creation Buddhapenguin Excel Discussion (Misc queries) 1 May 12th 05 08:41 PM
Extract specific data into its own workbook via macro? Adrian B Excel Discussion (Misc queries) 2 February 24th 05 06:09 AM
Pulling data from 1 sheet to another Dave1155 Excel Worksheet Functions 1 January 12th 05 05:55 PM


All times are GMT +1. The time now is 03:34 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"