Find range of cells within table

Vshurden

New Member
Joined
Jan 24, 2014
Messages
1
I have data in e3:g3, I want to know if that same range of data is repeated in any row in a3:c150. Is there a formula to do this?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
Hi Vshurden,

the formula for H3 (assuming you have your check formula there) would be:
=COUNTIFS(A$3:A$150,E3,B$3:B$150;F3;C$3:C$150;G3)
If that formula shows a 1, there is a match somewhere, if it's >1 there are multiple matches, if it's a 0, you have no matches.
Hope that helps,

Koen
 
Upvote 0
Hi Vshurden,

the formula for H3 (assuming you have your check formula there) would be:
=COUNTIFS(A$3:A$150,E3,B$3:B$150;F3;C$3:C$150;G3)
If that formula shows a 1, there is a match somewhere, if it's >1 there are multiple matches, if it's a 0, you have no matches.
You mixed you delimiters for the function... your first two delimiters are commas but your last three are semi-colons. Assuming commas throughout, your formula would be...

=COUNTIFS(A$3:A$150,E3,B$3:B$150,F3,C$3:C$150,G3)
 
Upvote 0
Hi Rick,
good one, my settings are semi-colons and I generally try to change them to commas when posting here (as it seems the default), but did a sloppy job this time (manual labor, will use search&replace next time),
Thanks for pointing it out,
Koen
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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