Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 90
Default What formula would transpose stale dated cells?

I am trying to have stale dated cells copied into blank cells but cannot seem
to find a formula that might do that. Any character in the new cell would be
fine as long as it highlights the old dates.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default What formula would transpose stale dated cells?

Just venturing some thoughts for you (you've had no responses so far)

Assuming the dates are listed in A2 down
you could apply conditional formatting by selecting col A,
then place this in the "Formula Is" box:
=AND(ISNUMBER(A1),A1<TODAY())
Then just format the fill color, etc to taste
This will highlight all cells in col A with dates earlier than today

You could also place the same formula in an adjacent col,
say in E2: =AND(ISNUMBER(A1),A1<TODAY())
then copy E2 down as far as required
Then apply autofilter on col E, choose: TRUE
to filter out all lines with dates earlier than today

--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Debbie" wrote:
I am trying to have stale dated cells copied into blank cells but cannot seem
to find a formula that might do that. Any character in the new cell would be
fine as long as it highlights the old dates.

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
Charting Dated Data Marsh Charts and Charting in Excel 1 January 7th 08 06:46 PM
blank vs. 0 when plotting a dated timescale graph [email protected] Excel Worksheet Functions 1 June 13th 07 12:27 AM
In Excel can you have a cell generate the last dated modified?? Charlene77777 Excel Discussion (Misc queries) 1 March 22nd 06 05:28 PM
print spreadsheet with each coming day dated on it for 2006. Megan Excel Discussion (Misc queries) 20 March 13th 06 09:02 PM
Alternatives for Excel for charting dated time-series? Matthew Pollock Charts and Charting in Excel 2 March 7th 05 01:20 PM


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