tryingmybest418
New Member
- Joined
- Jan 22, 2018
- Messages
- 32
Hi all,
I have a worksheet where each row represents a location. Column C lists all of the employees at that location separated by carriage returns.
Is it possible for the sheet to split out the employees and display individual lines for each employee?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Location ID[/TD]
[TD]Location[/TD]
[TD]Employees[/TD]
[TD]Manager[/TD]
[TD]Budget[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Chicago[/TD]
[TD]Alex Anderson
Bob Barney
Chris Conners
[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Dan Davidson
Emmit Erickson
Fran Fredrickson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Location ID[/TD]
[TD]Location[/TD]
[TD]Employee[/TD]
[TD]Manager[/TD]
[TD]Budget[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]Chicago[/TD]
[TD]Alex Anderson[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Chicago[/TD]
[TD]Bob Barney[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Chicago[/TD]
[TD]Chris Conners[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Dan Davidson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Emmit Erickson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Fran Fredrickson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
I have a worksheet where each row represents a location. Column C lists all of the employees at that location separated by carriage returns.
Is it possible for the sheet to split out the employees and display individual lines for each employee?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Location ID[/TD]
[TD]Location[/TD]
[TD]Employees[/TD]
[TD]Manager[/TD]
[TD]Budget[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Chicago[/TD]
[TD]Alex Anderson
Bob Barney
Chris Conners
[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Dan Davidson
Emmit Erickson
Fran Fredrickson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Location ID[/TD]
[TD]Location[/TD]
[TD]Employee[/TD]
[TD]Manager[/TD]
[TD]Budget[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]Chicago[/TD]
[TD]Alex Anderson[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Chicago[/TD]
[TD]Bob Barney[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]Chicago[/TD]
[TD]Chris Conners[/TD]
[TD]Mr. Manager[/TD]
[TD]200,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Dan Davidson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Emmit Erickson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
[TR]
[TD]200[/TD]
[TD]Atlanta[/TD]
[TD]Fran Fredrickson[/TD]
[TD]Ms. Supervisor[/TD]
[TD]300,000[/TD]
[/TR]
</tbody>[/TABLE]
Thanks!