Conditional formatting issue.

strongman86

Board Regular
Joined
Feb 15, 2017
Messages
115
Office Version
  1. 2019
Platform
  1. Windows
hi guys,

I can't seem to get conditional formatting working please help. Cells G/H/I/J contain formulas referrencing other cells in sheet.
ABCDEFGHIJ
1=IFS(I1="Yes",G1,I1="No","No")=IF(OR(ISNUMBER(SEARCH("Apple",E1)),ISNUMBER(SEARCH("Apl",E1)),ISNUMBER(SEARCH("Banana",E1))),"No","Yes")=TEXT(VLOOKUP(C1,XXX!$A$2:$U$10007,21,0),"0000000")
2=IFS(I2="Yes",G2,I2="No","No")=IF(OR(ISNUMBER(SEARCH("Apple",E2)),ISNUMBER(SEARCH("Apl",E2)),ISNUMBER(SEARCH("Banana",E2))),"No","Yes")=TEXT(VLOOKUP(C2,XXX!$A$2:$U$10007,21,0),"0000000")

I am applying conditional formatting to column J which would compare values: if I="Yes" & J=H then highlight J also it needs to highlight J if other 3 criterias are met: H = "No" & I = "No" & J is blank ( appear blank when formula =TEXT(VLOOKUP(C1,XXX!$A$2:$U$10007,21,0),"0000000") doen't return any value. But when H = "No" & I = "No" & J has come value returned don't highlight.
In short as per below:
J1=Highlight
J2=Don't highlight
J3=Don't highlight


ABCDEFGHIJ
1
1966394
Yes
1966394
2NoNo
3NoNo7654321
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.

Forum statistics

Threads
1,215,104
Messages
6,123,113
Members
449,096
Latest member
provoking

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top