How to clean and convert data into columns using VBA

satish78

Board Regular
Joined
Aug 31, 2014
Messages
218
Hi Friends,

I been trying from few hours to clean and convert data into columns using excel formula.
But its taking much to process huge data.
I want take into different columns Like
ColumnAColumnBColumnCColumnD
First NameLast NameJob titleCompany name

Sample data sheet attached

 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Use Text to Columns feature and hyphen as the delimiter. This will give you three columns - name, job title, company name.
Copy name to, say, column G, and do another Text to Columns. This time, use space as the delimiter. This way, you separate first name from last name.
Because your data is somewhat irregular, you get maybe 90% of what you want.
 
Upvote 0

Forum statistics

Threads
1,214,989
Messages
6,122,622
Members
449,093
Latest member
catterz66

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