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
external usenet poster
 
Posts: 1,388
Default What formula would transpose stale dated cells?

Hi,
Not quite sure what you're after, but I'll have a go as much as I understand
the question.
If your stale date (does that mean a date older than today?) is in A2,
then in B2 put =IF(A2<TODAY(),"Stale","")
If you really want the old date in the new cell, then:
=IF(A2<TODAY(),A2,"")
For the 2nd option, make sure B2 is has a date format.
Regards - Dave.
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 46
Default What formula would transpose stale dated cells?

Hi Debbie,

You could use conditional formatting with formula is =A1<TODAY().
That way your dates will be automatically highlighted as soon as they
are past.

HTH
Martin

"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
What formula would transpose stale dated cells? Debbie Excel Worksheet Functions 1 June 17th 08 07:32 AM
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


All times are GMT +1. The time now is 07:26 PM.

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"