I think this is going to be hard to explain but here goes. I have a spreadsheet that is an export from another program and its very ugly. There is over 17000 rows so doing this manually would be extremely time consuming.
I have a rows for each time a sku is sold that hold various data. After all transactions are shown a blank row shows and then the SKU # is shown. What i would like to do is, either at the begining column (A) or wherever actually is take the SKU number and have it repeated for each line or row entry. Not sure if that makes sense or not but I will try and show below:
Current Export:
SoldWhere Amount Qty etc etc etc
-----blank row---
SKU#102
-----blank row---
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
-----blank row----
SKU#100
-----blank row---
-----blank row---
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
-----Blank Row------
SKU#111
I would like it to look like the following:
SKUU#102 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#111 SoldWhere Amount Qty etc etc etc
SKU#111 SoldWhere Amount Qty etc etc etc
Is there any VBA or some other possible way to get the desired results in Excel without manually copying the SKU numbers down column A?
Thanks for any help or suggestions!
Paul
I have a rows for each time a sku is sold that hold various data. After all transactions are shown a blank row shows and then the SKU # is shown. What i would like to do is, either at the begining column (A) or wherever actually is take the SKU number and have it repeated for each line or row entry. Not sure if that makes sense or not but I will try and show below:
Current Export:
SoldWhere Amount Qty etc etc etc
-----blank row---
SKU#102
-----blank row---
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
-----blank row----
SKU#100
-----blank row---
-----blank row---
SoldWhere Amount Qty etc etc etc
SoldWhere Amount Qty etc etc etc
-----Blank Row------
SKU#111
I would like it to look like the following:
SKUU#102 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#100 SoldWhere Amount Qty etc etc etc
SKU#111 SoldWhere Amount Qty etc etc etc
SKU#111 SoldWhere Amount Qty etc etc etc
Is there any VBA or some other possible way to get the desired results in Excel without manually copying the SKU numbers down column A?
Thanks for any help or suggestions!
Paul