Conditional Formatting Formula not reading 2nd column

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
567
Office Version
  1. 365
Platform
  1. Windows
=NOT(ISERROR(VLOOKUP($D2,$W$39:$X$70,1,FALSE)))

I have this formula in Conditional Formatting. I am looking for it to highlight the matches from W39:X70 but its only reading the data in W39:W70 not in X39:X70

D2 is the first cell in a table that runs from D2 to K70


Thanks,
James
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
seems to be working for me

its only looking up the value in column W
and then highlighting the row - where it finds a matching value

like this



Cell Formulas
RangeFormula
A20:J28A20=NOT(ISERROR(VLOOKUP($D2,$W$39:$X$70,1,FALSE)))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:P11Expression=NOT(ISERROR(VLOOKUP($D2,$W$39:$X$70,1,FALSE)))textNO


Filter - ETAF - based on date (1).xlsx
VWXY
37
38
391
404
417
42
43
44
45
Sheet2
 
Upvote 0

Forum statistics

Threads
1,216,150
Messages
6,129,154
Members
449,488
Latest member
qh017

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