Lookup Values, but only for values that are in common with all column entries?

DarkJester89

Board Regular
Joined
Nov 5, 2017
Messages
109
Office Version
  1. 2016
Platform
  1. Windows
1650292285433.png

Color coding is not part of the formula, just did it for easy reference

Trying to find a lookup value formula for E1 column, to look in Column A:C to return values that are only common in all of them.

I don't have a "in common" table like in col e, I'm trying to populate it.

I've spent the last few hours trying to figure something something related but nothing.

It checks Col A for item 1, is this item in col B, yes, in col c, yes? Ok move it col E, until all items are looked up.

If item 1, isn't in col b, it moves to item2 in col A.

Is this possible? Thanks in advance!

Workbook:
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
How about
Look Up Values.xlsx
ABCDE
1Person 1Person 2Person 3In Common
2AppleOrangeAppleApple
3OrangeMelonOrangeOrange
4BananaAppleKiwiBanana
5WaterLemonPineappleKiwi
6CherryKiwiBanana 
7LimeBanana 
8KiwiLime 
Sheet1
Cell Formulas
RangeFormula
E2:E8E2=IFERROR(INDEX($A$2:$A$8,AGGREGATE(15,6,(ROW($A$2:A8)-ROW($A$2)+1)/(ISNUMBER(MATCH($A$2:$A$8,$B$2:$B$8,0)))/(ISNUMBER(MATCH($A$2:$A$8,$C$2:$C$8,0))),ROWS(E$2:E2))),"")
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,009
Messages
6,122,674
Members
449,091
Latest member
peppernaut

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