bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I have the following formula:
=INDEX(client_CTA_co_organization_regi!$S$2:$S30000,MATCH($B2&$C2,client_CTA_co_organization_regi!$B$2:$B30000&client_CTA_co_organization_regi!$C$2:$C30000,0))
It looks compares an email field between the client_CTA sheet and the email field in column J.
I have a conditional formatting rule that says if the Col J and S on the client_CTA sheet don't match highlight the cell red.
The rule works fine except in some instance both the email field and the client_CTA document are empty (neither have an email address in them).
In those cases where both cells are blank I get a zero value and the cell is highlighted red. I would like to exclude this value from the rule. I've tried using Len, IsBlank, W2 = 0 (column W is where I have the formula), W2 = 0. Nothing seems to work. Am I doing something wrong and is there a formula that I could use to create another rule to exclude 0 from the rule?
Thank you for your help.
Michael
=INDEX(client_CTA_co_organization_regi!$S$2:$S30000,MATCH($B2&$C2,client_CTA_co_organization_regi!$B$2:$B30000&client_CTA_co_organization_regi!$C$2:$C30000,0))
It looks compares an email field between the client_CTA sheet and the email field in column J.
I have a conditional formatting rule that says if the Col J and S on the client_CTA sheet don't match highlight the cell red.
The rule works fine except in some instance both the email field and the client_CTA document are empty (neither have an email address in them).
In those cases where both cells are blank I get a zero value and the cell is highlighted red. I would like to exclude this value from the rule. I've tried using Len, IsBlank, W2 = 0 (column W is where I have the formula), W2 = 0. Nothing seems to work. Am I doing something wrong and is there a formula that I could use to create another rule to exclude 0 from the rule?
Thank you for your help.
Michael