brandnewbie
New Member
- Joined
- Jul 21, 2012
- Messages
- 6
Hi,
I don't have the Excel skills or knowledge to even attempt this so it will be easier to show the before and after of what I'm trying to achieve. I desperately need to change this source data:
[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD]User Name[/TD]
[TD]Entity Code[/TD]
[TD]Business Area[/TD]
[TD]Level 1[/TD]
[TD]Level 2[/TD]
[TD]Level 3[/TD]
[TD]Level 4[/TD]
[/TR]
[TR]
[TD]Howard Ratner[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nick Kemp[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nick Kemp[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cheryl Williams[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Howard Ratner[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]To be defined[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Roger Hirst[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nick Kemp[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Gerald Richards[/TD]
[TD]26.3.1117[/TD]
[TD]HR[/TD]
[TD]y[/TD]
[TD]y[/TD]
[TD]y[/TD]
[TD]y[/TD]
[/TR]
</tbody>[/TABLE]
...into this if possible:
[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD]Entity Code[/TD]
[TD]Business Area[/TD]
[TD]Level 1[/TD]
[TD]Level 2[/TD]
[TD]Level 3[/TD]
[TD]Level 4[/TD]
[/TR]
[TR]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Nick Kemp[/TD]
[TD]Nick Kemp[/TD]
[TD]Howard Ratner[/TD]
[TD]Cheryl Williams[/TD]
[/TR]
[TR]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Roger Hirst[/TD]
[TD]To be defined[/TD]
[TD]Howard Ratner[/TD]
[TD]Nick Kemp[/TD]
[/TR]
[TR]
[TD]26.3.1117[/TD]
[TD]HR[/TD]
[TD]Gerald Richards[/TD]
[TD]Gerald Richards[/TD]
[TD]Gerald Richards[/TD]
[TD]Gerald Richards[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be GREATLY appreciated. Thank you!!!!
I don't have the Excel skills or knowledge to even attempt this so it will be easier to show the before and after of what I'm trying to achieve. I desperately need to change this source data:
[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD]User Name[/TD]
[TD]Entity Code[/TD]
[TD]Business Area[/TD]
[TD]Level 1[/TD]
[TD]Level 2[/TD]
[TD]Level 3[/TD]
[TD]Level 4[/TD]
[/TR]
[TR]
[TD]Howard Ratner[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nick Kemp[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nick Kemp[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Cheryl Williams[/TD]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Howard Ratner[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]To be defined[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Roger Hirst[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Y[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Nick Kemp[/TD]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Y[/TD]
[/TR]
[TR]
[TD]Gerald Richards[/TD]
[TD]26.3.1117[/TD]
[TD]HR[/TD]
[TD]y[/TD]
[TD]y[/TD]
[TD]y[/TD]
[TD]y[/TD]
[/TR]
</tbody>[/TABLE]
...into this if possible:
[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD]Entity Code[/TD]
[TD]Business Area[/TD]
[TD]Level 1[/TD]
[TD]Level 2[/TD]
[TD]Level 3[/TD]
[TD]Level 4[/TD]
[/TR]
[TR]
[TD]98.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Nick Kemp[/TD]
[TD]Nick Kemp[/TD]
[TD]Howard Ratner[/TD]
[TD]Cheryl Williams[/TD]
[/TR]
[TR]
[TD]97.1.3456[/TD]
[TD]Web Hosting[/TD]
[TD]Roger Hirst[/TD]
[TD]To be defined[/TD]
[TD]Howard Ratner[/TD]
[TD]Nick Kemp[/TD]
[/TR]
[TR]
[TD]26.3.1117[/TD]
[TD]HR[/TD]
[TD]Gerald Richards[/TD]
[TD]Gerald Richards[/TD]
[TD]Gerald Richards[/TD]
[TD]Gerald Richards[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be GREATLY appreciated. Thank you!!!!