Move Common Data to one Row

richmcgill

Board Regular
Joined
Feb 4, 2019
Messages
86
Office Version
  1. 2016
Platform
  1. Windows
I have a bunch of account numbers with a bunch of different categories/Account Types under the same account number.

Categories can range from 01 to 06. I need to put all of the Account Types with the name on one row with the Account Number
My report looks something like this.
Not every account will have all of the account types. Some will have just one and some will have six.

Is this doable?

Thank you!
Account NumberAccount TypeNameOtherOther 2
12345689901Bob SmithAB
12345689902Mary SmithGH
12345689903Jane SmithKF
12345689904Kyle SmithEF
12345689905Tom SmithFF
12345689906Linda SmithUD
2345685501Larry JonesYD
2345685502Paul JonesHD
Would look something like this.
Account NumberAccount TypeNameOtherOther 2Account TypeNameOtherOther 2Account TypeNameOtherOther 2Account TypeNameOtherOther 2Account TypeNameOtherOther 2Account TypeNameOtherOther 2
12345689901Bob SmithAB02Mary SmithGH03Jane SmithKF04Kyle SmithEF05Tom SmithFF06Linda SmithUD
2345685501Larry JonesYD02Paul JonesHD
 
Last edited:

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
This is possible. Are you okay with using VBA Macros?
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,219
Members
452,619
Latest member
Shiv1198

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