Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting - adding condition on formula | Excel Discussion (Misc queries) | |||
If formula---adding another condition | Excel Discussion (Misc queries) | |||
Adding numbers that meet a condition? | Excel Discussion (Misc queries) | |||
adding part of a function on condition. | Excel Worksheet Functions | |||
Adding different validations based on condition | Excel Worksheet Functions |