vlookup or xlookup with multiple criteria

ExcellingAZ

New Member
Joined
Jul 19, 2020
Messages
20
Office Version
  1. 2016
Platform
  1. Windows
In need of a formula that will populate the word "Match" on Column "W" when profiles on the left Columns C,D,E,G,H match Columns on the right P,Q,R,T,U.


1730556193812.png


1730556221548.png
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
C,D,E,G,H match Columns on the right P,Q,R,T,U.

=IF(AND(C2=P2,D2=Q2,E2=R2,G2=T2,H2=U2),"match","")

or can the match be anywhere in the columns
i cant see the images clearly

so C2,D2,E2,G2,H2
could match any row in P,Q,R,T,U

then a countifs maybe needed, depending wher you want the match to appear
 
Upvote 0

Forum statistics

Threads
1,223,577
Messages
6,173,162
Members
452,503
Latest member
AM74

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