![]() |
Comparing Two Different Cells Using Conditional Format
Hello,
I have a date formatted as 3/14/2001 in column U and a code ZZ in column AA. In column AA, I want to use conditional formatting that will show red if there is not a date in column U but there is a code in column AA. How can I do this? Thanks! |
Comparing Two Different Cells Using Conditional Format
Hi,
Selext AA1 and then Format|Conditional format Formula is and enter the formula =AND(NOT(ISNUMBER(U1)),AA1="zz") Pick a colour OK Use format painter to copy this down column AA Mike "Daren" wrote: Hello, I have a date formatted as 3/14/2001 in column U and a code ZZ in column AA. In column AA, I want to use conditional formatting that will show red if there is not a date in column U but there is a code in column AA. How can I do this? Thanks! |
Comparing Two Different Cells Using Conditional Format
Mike,
Thanks. The code zz was just an example. Basically, I just need the conditional formatting that will show red if there is not a date in column U but there is any code in column AA. "Mike H" wrote: Hi, Selext AA1 and then Format|Conditional format Formula is and enter the formula =AND(NOT(ISNUMBER(U1)),AA1="zz") Pick a colour OK Use format painter to copy this down column AA Mike "Daren" wrote: Hello, I have a date formatted as 3/14/2001 in column U and a code ZZ in column AA. In column AA, I want to use conditional formatting that will show red if there is not a date in column U but there is a code in column AA. How can I do this? Thanks! |
Comparing Two Different Cells Using Conditional Format
"Mike H" wrote: Hi, Selext AA1 and then Format|Conditional format Formula is and enter the formula =AND(NOT(ISNUMBER(U1)),AA1="zz") Pick a colour OK Use format painter to copy this down column AA Mike "Daren" wrote: Hello, I have a date formatted as 3/14/2001 in column U and a code ZZ in column AA. In column AA, I want to use conditional formatting that will show red if there is not a date in column U but there is a code in column AA. How can I do this? Thanks! |
Comparing Two Different Cells Using Conditional Format
Slight change to the CF formula
=AND(NOT(ISNUMBER(U1)),AA1<"") Mike "Daren" wrote: "Mike H" wrote: Hi, Selext AA1 and then Format|Conditional format Formula is and enter the formula =AND(NOT(ISNUMBER(U1)),AA1="zz") Pick a colour OK Use format painter to copy this down column AA Mike "Daren" wrote: Hello, I have a date formatted as 3/14/2001 in column U and a code ZZ in column AA. In column AA, I want to use conditional formatting that will show red if there is not a date in column U but there is a code in column AA. How can I do this? Thanks! |
Comparing Two Different Cells Using Conditional Format
That worked. Thanks a bunch!
"Mike H" wrote: Slight change to the CF formula =AND(NOT(ISNUMBER(U1)),AA1<"") Mike "Daren" wrote: "Mike H" wrote: Hi, Selext AA1 and then Format|Conditional format Formula is and enter the formula =AND(NOT(ISNUMBER(U1)),AA1="zz") Pick a colour OK Use format painter to copy this down column AA Mike "Daren" wrote: Hello, I have a date formatted as 3/14/2001 in column U and a code ZZ in column AA. In column AA, I want to use conditional formatting that will show red if there is not a date in column U but there is a code in column AA. How can I do this? Thanks! |
All times are GMT +1. The time now is 09:15 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com