Drop data from workbook after specified time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top