Excel Database Help needed Urgently!

jhobbsy89

New Member
Joined
Nov 12, 2015
Messages
2
Hi all,

This is my fist post. I am currently doing some work which is with a large database of products and I am stuck!
Below is a screenshot of the sheet.

How do I go about this problem?

Urgent help would be appreciated! Thanks in advance

Current:
abc1;abc2;abc3random text 1100200300
xyz1;xyz2;xyz3random text 2900800700
Desired:
abc1random text 1100200300
abc2random text 1100200300
abc3random text 1100200300
xyz1random text 2900800700
xyz2random text 2900800700
xyz3random text 2900800700

<tbody>
</tbody>
 
Last edited by a moderator:

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome to the Mr. Excel Site jhobbsy89.

I would go the VBA (code) route to get your solution. Are you opposed to or prevented from using
VBA Code?

Jim
 
Upvote 0
A VBA (code) solution would use the VBA Function "Split" (which converts your Column A data to an Array), and then loops thru your data and posts using the Cells() function to place your output in the layout form you want.

Good Luck,

Jim
 
Upvote 0
Were you able to solve your problem...??? I just did after a day, or 2 (off and on it)... LOL

Reply If you would like to see my code solution? -- Jim
 
Upvote 0

Forum statistics

Threads
1,215,020
Messages
6,122,712
Members
449,093
Latest member
Mnur

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