find column value

tonyrensya

New Member
Joined
Jul 24, 2013
Messages
21
Office Version
  1. 2019
Platform
  1. Windows
  2. MacOS
Hello all,

I have a list of data in the table 1, how can I get the data list in Table 2 with formula?
I can use excel 2019 or google sheet. Thank you!


Table 1123
AppleTomPeter
OrangeJohnMayPeter
BananaTomMayJohn

Table 2
TomAppleBanana
JohnOrangeBanana
MayOrangeBanana
PeterAppleOrange
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
This will work in Office 365...
Book_2023-10-03.xlsx
ABCD
1Table 1123
2AppleTomPeter
3OrangeJohnMayPeter
4BananaTomMayJohn
5
6Table 2
7TomAppleBanana
8PeterAppleOrange
9JohnOrangeBanana
10MayOrangeBanana
Sheet3
Cell Formulas
RangeFormula
A7:A10A7=UNIQUE(TOCOL(B2:D4,1))
B7:C10B7=TRANSPOSE(FILTER($A$2:$A$4,($B$2:$B$4=A7)+($C$2:$C$4=A7)+($D$2:$D$4=A7)))
Dynamic array formulas.

Hope that helps,

Doug
 
Upvote 0

Forum statistics

Threads
1,215,095
Messages
6,123,072
Members
449,093
Latest member
ripvw

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