Index Match or Vlookup with Color Highlight

Mstg007

Active Member
Joined
Dec 30, 2013
Messages
383
I know this has been ask ALOT over here. I cant seem to find what I looking for to hopefully get this to work.

In my first tab I have a list of all sorts of number in column A3 down to A1786. in my second tab I have a couple hundred numbers from A1 to A600.

How can a color highlighted cell green if the number is on the second tab? and to make it more interesting... How can I get the highlighted cell to also select the 11 cells right of the lookup cell?

Thanks for any help!!!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Highlight A3:L1786 on the first sheet and add a conditional format based on this formula:

=ISNUMBER(MATCH($A3,Sheet2!$A$1:$A$600,0))

Change "Sheet2" to be the name of the second tab as necessary.

WBD
 
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,397
Members
448,957
Latest member
Hat4Life

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