delimit and cross tab - all at once.

xclaim

New Member
Joined
Dec 5, 2011
Messages
12
Office Version
  1. 365
would someone please direct me in the right path - i need to accept input like below and always output to 2 columns. thanks you in advance.

<table width="259" border="0" cellpadding="0" cellspacing="0"><colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:7131;width:146pt" width="195"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td style="height:15.0pt;width:48pt" height="20" width="64">input1</td> <td style="width:146pt" width="195">input2
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group1;group2;group3;group4</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group1;group2;group3;group4</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">
</td> <td>
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">output1
</td> <td>output2
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group1</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group2</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group3</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group4</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group1</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group2</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group3</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group4</td> </tr> </tbody></table>
 
Last edited:

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
please help

would someone please direct me in the right path - i need to accept input like below and always output to 2 columns. thanks you in advance.

<table border="0" cellpadding="0" cellspacing="0" width="259"><colgroup><col style="width:48pt" width="64"> <col style="mso-width-source:userset;mso-width-alt:7131;width:146pt" width="195"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td style="height:15.0pt;width:48pt" height="20" width="64">input1</td> <td style="width:146pt" width="195">input2
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group1;group2;group3;group4</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group1;group2;group3;group4</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">
</td> <td>
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">output1
</td> <td>output2
</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group1</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group2</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group3</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user1</td> <td>group4</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group1</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group2</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group3</td> </tr> <tr style="height:15.0pt" height="20"> <td style="height:15.0pt" height="20">user2</td> <td>group4</td> </tr> </tbody></table>
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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