Excel Vlookup or MATCH Comparison Between Multiple Sheets

harvw

New Member
Joined
Apr 16, 2017
Messages
19
Hi Guys,

Does anyone know how I can lookup the values in one row in sheet 2 (see tables below) and compare this with all rows in sheet 1?

If any of the cell values in one row in sheet 2 equal the values in any of the rows in sheet 1 then I would like to return the values 'TRUE' or 'FALSE' for each cell that is being compared.

Additionally I want to create a separate column which returns either TRUE if all of the values in one row within sheet 2 equal ALL of the values in any row in sheet 2 or else FALSE.

And for sheet 3 I was thinking of being able to do exactly the same thing as I did for sheet 2 but with mismatched columns.

Your help on this would be greatly appreciated!

sheet 2

idcdnameratingnumberclient
1032444913ethelow33ybr
9103452242nabhigh77
7783455455roshemedium50mac
2489990899strylow90
1345662231iothigh40nre
1345662231iothigh90med

<tbody>
</tbody>


sheet 1

idcdnameratingnumberclient
1032444913ethemedium40
1032444913ethehigh23
1032444913ethelow33ypr
9103452242nabhigh77
7783455455roshemedium50mac
2489990899strylow90
1345662231iothigh35
1345662231iothigh90med

<tbody>
</tbody>


sheet 3

nameratingnumber idclientcd
ethelow331032444ypr913
nabhigh779103452242
roshemedium507783455mac455
strylow902489990899
iothigh401345662nre231
iothigh901345662med231

<tbody>
</tbody>
 
For that, just do a countif(range,TRUE) and compare with a COUNTA() of the same range?

Apologies for the basic question here but can you please explain this using an example? ie, the range I will be searching is from cells A2 to F2 for about 100 rows down and so the range is A2-A100, B2, B100, C2, C100 etc. and I'm comparing with any and all rows in a different sheet.
 
Upvote 0

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.

Forum statistics

Threads
1,218,220
Messages
6,141,231
Members
450,344
Latest member
renslaw

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