help with matching multiple columns

Dwise85

New Member
Joined
Nov 16, 2018
Messages
17
any help would be much appreciated.
i am trying to match multiple columns. not sure how to explain so i will do my best.
if the data in column A matches the data in column Sheet!2A THEN MATCH the same data in column B AND column Sheet!2B and post in column C. if no match then mark as "0"
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
THEN MATCH the same data in column B

do you mean carry out same process with col B and sheet2! col B

so if a pair of matches put a "yes! in column C ??
 
Upvote 0
all good oldbrewer I just figured it haha =INDEX(Sheet2!A:Z,MATCH(1,(Sheet2!A:A=Sheet1!Y8)*(Sheet2!C:C=Sheet1!AA8),0),2)
thanks anyway
 
Upvote 0

Forum statistics

Threads
1,206,831
Messages
6,075,118
Members
446,123
Latest member
junkyardforme

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