Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 290
Default Conditional Formatting Help

Hi All,

I need a conditional format to make a cell change red if the date
within it has passed.

The only drawback is that the date in the cell is at the end of some
text, so the cell content would be "Target date: 12/10/06" or "Target
date: 10/10/06"

So really I need a formula that either does a mid or right to get the
date which will be the last 6 digits in the cell, compare it to todays
date, and if greater than or equal to then needs to turn that cell red.

I am useless at conditional formatting so any help would be greatly
appreciated.

Many thanks

Duncan

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default Conditional Formatting Help

=DATEVALUE(RIGHT(C2,8))=TODAY()

Regards,
Stefi

€žDuncan€ť ezt Ă*rta:

Hi All,

I need a conditional format to make a cell change red if the date
within it has passed.

The only drawback is that the date in the cell is at the end of some
text, so the cell content would be "Target date: 12/10/06" or "Target
date: 10/10/06"

So really I need a formula that either does a mid or right to get the
date which will be the last 6 digits in the cell, compare it to todays
date, and if greater than or equal to then needs to turn that cell red.

I am useless at conditional formatting so any help would be greatly
appreciated.

Many thanks

Duncan


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 290
Default Conditional Formatting Help

Hi Stefi,

That works perfectly, many thanks

Duncan


Stefi wrote:
=DATEVALUE(RIGHT(C2,8))=TODAY()

Regards,
Stefi

,,Duncan" ezt írta:

Hi All,

I need a conditional format to make a cell change red if the date
within it has passed.

The only drawback is that the date in the cell is at the end of some
text, so the cell content would be "Target date: 12/10/06" or "Target
date: 10/10/06"

So really I need a formula that either does a mid or right to get the
date which will be the last 6 digits in the cell, compare it to todays
date, and if greater than or equal to then needs to turn that cell red.

I am useless at conditional formatting so any help would be greatly
appreciated.

Many thanks

Duncan



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default Conditional Formatting Help

You are welcome! Thanks for the feedback!
Stefi

€žDuncan€ť ezt Ă*rta:

Hi Stefi,

That works perfectly, many thanks

Duncan


Stefi wrote:
=DATEVALUE(RIGHT(C2,8))=TODAY()

Regards,
Stefi

,,Duncan" ezt Ă*rta:

Hi All,

I need a conditional format to make a cell change red if the date
within it has passed.

The only drawback is that the date in the cell is at the end of some
text, so the cell content would be "Target date: 12/10/06" or "Target
date: 10/10/06"

So really I need a formula that either does a mid or right to get the
date which will be the last 6 digits in the cell, compare it to todays
date, and if greater than or equal to then needs to turn that cell red.

I am useless at conditional formatting so any help would be greatly
appreciated.

Many thanks

Duncan




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
Conditional formatting--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 06:52 PM.

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

About Us

"It's about Microsoft Excel"