Delineate into new rows - advice please!

TC_vii

New Member
Joined
Mar 20, 2023
Messages
4
Office Version
  1. 365
Platform
  1. Windows
Hi folks,

I was hoping I might be able to ask for help - I am working with a large data set where each row has unique identifying information under separate columns (ie name, status etc) but there's also a column with multiple pieces of data separate by semi-colons. I need to delimit this cell into separate rows whilst carrying the unique identifying information into these newly created rows to allow for analysis via data model pivots.

What would be the best way to do this, would it be a VBA macro? If so, how would I go about creating it? I've never tried to create a VBA macro before so I'm a complete novice!

In case useful, examples attached of how the data looks now and how I would like it to look.

Thanks!
 

Attachments

  • Before.JPG
    Before.JPG
    35.9 KB · Views: 4
  • after.JPG
    after.JPG
    60 KB · Views: 4

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Power Query: Split Column (By Delimiter). Make sure the custom delimiter has a space after the semicolon.

1679390578323.png
 
Upvote 1
Solution

Forum statistics

Threads
1,214,936
Messages
6,122,340
Members
449,079
Latest member
rocketslinger

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