MATCHING QUESTION

banneduser123

Banned - Rules violations
Joined
Mar 29, 2006
Messages
181
Hello again guys...

I want to check column A, B, + C and see if it's each row in each of those columns is the same as a row in column E+F+G.
They must be respective.
i.e. row 2 in column a, b, + c has to be the same as a row in column e, f, +g.

thanks a lot.
rishi
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
thanks but,

thanks a lot, but how can i have row a, b, c search through the entire column of e, f, g. meaning they wno't necessarily be in the same row.


thanks agian
 
Upvote 0
Re: thanks but,

thanks a lot, but how can i have row a, b, c search through the entire column of e, f, g. meaning they wno't necessarily be in the same row.


thanks agian

=ISNUMBER(MATCH(1,IF($E$2:$E$100=A2,IF($F$2:$F$100=B2,IF($G$2:$G$100=C2,1))),0))+0

which is confirmed with control+shift+enter (not with enter) and copied down as far as there are records in A:C.
 
Upvote 0

Forum statistics

Threads
1,214,938
Messages
6,122,346
Members
449,080
Latest member
Armadillos

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