Excel Formula or Table question, please have a look as I could not come up with a good title for this post

neilghuman1

New Member
Joined
Jan 27, 2014
Messages
3
Below is table number 1.

[TABLE="width: 500"]
<tbody>[TR]
[TD]Manufacturer[/TD]
[TD]Part #[/TD]
[TD]Item Price[/TD]
[TD]Item Shipping[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Neil[/TD]
[TD]1234[/TD]
[TD]50[/TD]
[TD]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Neil[/TD]
[TD]1234[/TD]
[TD]61[/TD]
[TD]0[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]4567[/TD]
[TD]30[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]4567[/TD]
[TD]29[/TD]
[TD]0[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


I need the following results.

[TABLE="width: 500"]
<tbody>[TR]
[TD]Manufacturer[/TD]
[TD]part #[/TD]
[TD]Item Price[/TD]
[TD]Item Shipping[/TD]
[TD]Item Price[/TD]
[TD]Item Shipping[/TD]
[/TR]
[TR]
[TD]Neil[/TD]
[TD]1234[/TD]
[TD]50[/TD]
[TD]3[/TD]
[TD]61[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]4567[/TD]
[TD]30[/TD]
[TD]1[/TD]
[TD]29[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]


Can someone please help me figure out how to get this result as I have over 100,000 records that I need to fix. Thank you and looking forward to your post.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.

Forum statistics

Threads
1,223,246
Messages
6,170,988
Members
452,373
Latest member
TimReeks

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