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
<tbody>
</tbody>
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;abc3 | random text 1 | 100 | 200 | 300 |
xyz1;xyz2;xyz3 | random text 2 | 900 | 800 | 700 |
Desired: | ||||
abc1 | random text 1 | 100 | 200 | 300 |
abc2 | random text 1 | 100 | 200 | 300 |
abc3 | random text 1 | 100 | 200 | 300 |
xyz1 | random text 2 | 900 | 800 | 700 |
xyz2 | random text 2 | 900 | 800 | 700 |
xyz3 | random text 2 | 900 | 800 | 700 |
<tbody>
</tbody>
Last edited by a moderator: