Advanced Column Splitting - multiple characters and lengths

Jonsmith

New Member
Joined
Jan 31, 2017
Messages
1
Hello there!

I have a csv file that packs data in one column like this:
{{Name of Person,,,,,0.5,,,,11/19/2017 9:35:00 AM},{Vehicle used,,,,,0.5,,,,11/19/2015 9:35:00 AM},{Name of Person,,,,,0.5,,,,11/19/2017 9:35:00 AM},{,,,,,,,,,11/19/2017 9:35:52 AM}}

<tbody>
</tbody>


I am just after the name and the ".5" value (which varies as it is time spent on a job). The data can look like this or it can be short and only contain something like this:
{{Name of Person,,,,,0.5,,,,11/19/2017 9:35:00 AM}

Is it possible to split this uni-formally in Power Query?


If not I have another data set I could join; however the formatting of that presents problems.

The data has three columns:

JOB ID EMPLOYEE NAME HOURS


however there is only one row with a job ID and multiple resources tied to it, like this:

JOB ID EMPLOYEE NAME HOURS
1234 employee 1 .5
employee 2 .5
2345 employee2 1
employee1 1





Anyway, I appreciate any feedback!

<tbody>
</tbody>
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
You can split on every instance of comma. As long as the hours always ends up in the same column, just delete the columns you don't need.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,487
Members
448,967
Latest member
visheshkotha

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