Move Common Data to one Row

richmcgill

Board Regular
Joined
Feb 4, 2019
Messages
87
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

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
This is possible. Are you okay with using VBA Macros?
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,175
Members
453,021
Latest member
Justyna P

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