Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 65
Default Adding a second formatting condition.

In my spreadhseet, I have today's date in cell A1 using today()

In Column C, I want cells to show up red if the date in the cell is over 14
days ago. I've achieved that with this conditional formatting:

Cell Value Is...less than...$A$1-14

BUT

I want C3, for example, to revert to black font on white if a date in input
into D3 and C4 likewise if there's a date in D4 etc.

Can anyone suggest how to achieve this, please?

Thanks

Keith
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Adding a second formatting condition.

In your CF, change condition1 to Formula Is and use a formula of

=AND($D3="",$C3<$A$1-14)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"bollard" wrote in message
...
In my spreadhseet, I have today's date in cell A1 using today()

In Column C, I want cells to show up red if the date in the cell is over
14
days ago. I've achieved that with this conditional formatting:

Cell Value Is...less than...$A$1-14

BUT

I want C3, for example, to revert to black font on white if a date in
input
into D3 and C4 likewise if there's a date in D4 etc.

Can anyone suggest how to achieve this, please?

Thanks

Keith



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 65
Default Adding a second formatting condition.

Hi Bob

Many thanks for your swift reply. It works.

"Bob Phillips" wrote:

In your CF, change condition1 to Formula Is and use a formula of

=AND($D3="",$C3<$A$1-14)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"bollard" wrote in message
...
In my spreadhseet, I have today's date in cell A1 using today()

In Column C, I want cells to show up red if the date in the cell is over
14
days ago. I've achieved that with this conditional formatting:

Cell Value Is...less than...$A$1-14

BUT

I want C3, for example, to revert to black font on white if a date in
input
into D3 and C4 likewise if there's a date in D4 etc.

Can anyone suggest how to achieve this, please?

Thanks

Keith




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 - adding condition on formula Casa Excel Discussion (Misc queries) 2 June 5th 08 01:48 PM
If formula---adding another condition hmsawyer Excel Discussion (Misc queries) 6 March 29th 08 02:50 PM
Adding numbers that meet a condition? carrera Excel Discussion (Misc queries) 3 July 8th 05 02:31 PM
adding part of a function on condition. foxgguy2005 Excel Worksheet Functions 4 May 26th 05 02:45 PM
Adding different validations based on condition Solis Excel Worksheet Functions 1 December 3rd 04 04:37 PM


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