Congregate Data from 1 column

goble

Board Regular
Joined
Oct 7, 2010
Messages
52
Office Version
  1. 2019
Platform
  1. Windows
Hello,

here is my table :

NameDay
JohnMonday
JohnThursday
JohnSaturday
PeterTuesday
PeterFriday

Here is the result I would like :

NameDayDayDay
JohnMondayThursdaySaturday
PeterTuesdayFriday

Thanks for your help !
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
If by chance you have Excel 365 have a look on simple formula:
Excel Formula:
=GROUPBY(A1:A6,B1:B6,ARRAYTOTEXT,3,0)
 
Upvote 0
Hello and thanks, I'm using Office 2021.

This isn't working for me.
 
Upvote 0
I'm using Office 2021.
In that case you may want to update your profile which says 2019.

How about
Fluff.xlsm
ABCDEFGHI
1NameDay
2JohnMondayJohnMondayThursdaySaturday
3JohnThursdayPeterTuesdayFriday
4JohnSaturday
5PeterTuesday
6PeterFriday
7
Sheet6
Cell Formulas
RangeFormula
E2:E3E2=UNIQUE(FILTER(A2:A100,A2:A100<>""))
F2:H2,F3:G3F2=TRANSPOSE(FILTER($B$2:$B$100,$A$2:$A$100=E2))
Dynamic array formulas.
 
Upvote 0
Solution
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,226,100
Messages
6,188,913
Members
453,510
Latest member
Tastech

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