Hi,
I am working with a spreadsheet/csv for importing products into a webstore I am making for the company I set up... on the spreadsheet; it has a "_category" column (column I) in which it contains the structure of the category listing for example: Computing/Laptops/Notebooks
I need to extract and copy some of the text and insert it into the two new rows below so it would look like:
I
1 Computing/Laptops/Notebooks
2 Computing/Laptops
3 Computing
In the spreadsheet, there are around 9000 rows, each with a cell that has the category structure "Tier1/Tier2/Tier3"; all seperated by the "/". So I need it to insert new rows below so it doesn't overwrite the category structure of the product(s) in the row(s) below it. The number of rows on the spreadsheet will change, so I need it to keep running until it reaches the end.
I've attached a small sample from the spreadsheet, with an example for the first product on the list, there must be an easier/quicker way then manually inserting two rows for each product then copy and pasting a portion of the text down each time(note the spreadsheet doesn't contain all the categories being used, just sample of them.
ImportExample.xls
Any help would be hugely appreciated!![]()
Bookmarks