Multiple List, Find Unique Value and Return Column Header.

Roj47

Board Regular
Joined
May 4, 2011
Messages
65
Office Version
  1. 365
Platform
  1. Windows
Happy New Year,

Is there a formula that I am able to use to automatically generate the example to the right of the column which runs in real time please?

The table is based on a formula =unique(filter(arrays))

I am not always the best at explaining so apologise, essentially would like to know which shops sell each product but have it listed horizontally. If it works better vertical I can easily work with that.

Regards

1704183532987.png
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
How about
Fluff.xlsm
ABCDEFG
1
2Shop AShop BShop C
3abdaShop AShop C
4bcebShop BShop A
5cfdShop CShop A
6dacShop BShop A
7eShop C
8fShop C
9
Data
Cell Formulas
RangeFormula
E3:E8E3=UNIQUE(TOCOL(A3:C6,1))
F7:F8,F3:G6F3=TOROW(IF($A$3:$C$6=E3,$A$2:$C$2,1/0),2)
Dynamic array formulas.
 
Upvote 1
Solution
Happy New Year, all the best for 2024.

That is outstanding! Wow... There would have been zero chance I would have been able to construct that from on-line searches and patching together thread information from here.

Thank you, works 100%.
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,093
Messages
6,123,066
Members
449,090
Latest member
fragment

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