Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
ITGuy
 
Posts: n/a
Default Conditional Formatting

I need to know how to make a block turn RED if the date exceeds a year. Thanks!
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

Do you mean if the data exceeds one year from today? If
so, select the target cell, go to Format Conditional
Formatting, choose Formula Is, and put:

=$A$1<DATE(YEAR(TODAY())-1,MONTH(TODAY()),DAY(TODAY()))

Change $A$1 to your actual cell reference.

HTH
Jason
Atlanta, GA

-----Original Message-----
I need to know how to make a block turn RED if the date

exceeds a year. Thanks!
.

  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

Try this in - Conditional Format - Formula Is:

=DATE(YEAR(E1)+1,MONTH(E1),DAY(E1))<=TODAY()

If E1 was your cell to format.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"ITGuy" wrote in message
...
I need to know how to make a block turn RED if the date exceeds a year.
Thanks!


  #4   Report Post  
ITGuy
 
Posts: n/a
Default

Thanks all,

I used =NOW()-365 and cell is less than or equal to that helped me achieve
what I wanted. Found it in another post.

"RagDyeR" wrote:

Try this in - Conditional Format - Formula Is:

=DATE(YEAR(E1)+1,MONTH(E1),DAY(E1))<=TODAY()

If E1 was your cell to format.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"ITGuy" wrote in message
...
I need to know how to make a block turn RED if the date exceeds a year.
Thanks!



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 in Excel Help Please..... Willie T Excel Discussion (Misc queries) 4 February 9th 05 02:28 PM
conditional formatting conflict? Abi Excel Worksheet Functions 2 January 11th 05 03:41 PM
Copy conditional formatting across multiple rows? Gil Excel Discussion (Misc queries) 1 January 11th 05 11:27 AM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM
Conditional formatting not available in Excel BAB Excel Discussion (Misc queries) 2 January 1st 05 03:33 PM


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