Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to enter a fromula using the conditional formating menu -
I wish to highlight the contents of cell A2 if and only if both the following conditions are true cell A4 = blank cell A5 - contains a date which is greater than today. Any help appreciated - I can insert 2 seperate formula for this but i want both conditions to apply before the formating is applied. Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try:
=AND(ISBLANK($A$4), ISNUMBER($A$5), $A$5TODAY()) You can paste the formula using Ctrl+V. The right click popup menu isn't available when the Conditional Format dialog is open. Regards, Greg "Mark Campbell" wrote: I am trying to enter a fromula using the conditional formating menu - I wish to highlight the contents of cell A2 if and only if both the following conditions are true cell A4 = blank cell A5 - contains a date which is greater than today. Any help appreciated - I can insert 2 seperate formula for this but i want both conditions to apply before the formating is applied. Thanks in advance |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Greg,
Saved me about 2 days figuring it out!! "Greg Wilson" wrote: Try: =AND(ISBLANK($A$4), ISNUMBER($A$5), $A$5TODAY()) You can paste the formula using Ctrl+V. The right click popup menu isn't available when the Conditional Format dialog is open. Regards, Greg "Mark Campbell" wrote: I am trying to enter a fromula using the conditional formating menu - I wish to highlight the contents of cell A2 if and only if both the following conditions are true cell A4 = blank cell A5 - contains a date which is greater than today. Any help appreciated - I can insert 2 seperate formula for this but i want both conditions to apply before the formating is applied. Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is it possible? | Excel Worksheet Functions | |||
Cell Formating in VLookup formula | Excel Worksheet Functions | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
How to check for a bold text formating through (in) a formula? | Excel Discussion (Misc queries) | |||
How to check for a bold text formating through (in) a formula? | Excel Worksheet Functions |