ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Conditional Formatting based on multiple criteria (https://www.excelbanter.com/excel-programming/407340-conditional-formatting-based-multiple-criteria.html)

rasinc

Conditional Formatting based on multiple criteria
 
I have a spreadsheet that needs to hightlight some dates based on multiple
criteria and I cannot get the Formula in the Conditional Formatting function
to work.

A1 = date
A2 = date
A3 = date (not always present)

I want if =A3="" and A2<Now() show the text in A2 in Red.

I've also tried =A3<Date(2000,1,1),A2<Now()

Anyone have any ideas? TIA rasinc

OssieMac

Conditional Formatting based on multiple criteria
 
Set formula for conditional formatting for cell A2 to this:-

=AND(A3="",A2<NOW())

--
Regards,

OssieMac


"rasinc" wrote:

I have a spreadsheet that needs to hightlight some dates based on multiple
criteria and I cannot get the Formula in the Conditional Formatting function
to work.

A1 = date
A2 = date
A3 = date (not always present)

I want if =A3="" and A2<Now() show the text in A2 in Red.

I've also tried =A3<Date(2000,1,1),A2<Now()

Anyone have any ideas? TIA rasinc


rasinc

Conditional Formatting based on multiple criteria
 
Perfect thanks. I was missing the AND() function I guess.

"OssieMac" wrote:

Set formula for conditional formatting for cell A2 to this:-

=AND(A3="",A2<NOW())

--
Regards,

OssieMac


"rasinc" wrote:

I have a spreadsheet that needs to hightlight some dates based on multiple
criteria and I cannot get the Formula in the Conditional Formatting function
to work.

A1 = date
A2 = date
A3 = date (not always present)

I want if =A3="" and A2<Now() show the text in A2 in Red.

I've also tried =A3<Date(2000,1,1),A2<Now()

Anyone have any ideas? TIA rasinc



All times are GMT +1. The time now is 11:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com