Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is the structure of the file I have. It is one line per product
No Desc Price Qty % 1 a $1.00 2 b $2.00 3 c $3.00 4 d $4.00 5 e $5.00 What I need to get to is this. Our new computer system exports and imports price lists from excel via .csv files (for easier maitenance). I have not found an easy way to give myself the extra rows for each item. This would not be an ordeal normally but I have appprox 45000 part number records that I have to break up and do this with No Desc Price Qty % 1 a $1.00 5 4% 1 a $1.00 10 8% 1 a $1.00 20 12% 2 b $2.00 5 4% 2 b $2.00 10 8% 2 b $2.00 20 12% 3 c $3.00 5 4% 3 c $3.00 10 8% 3 c $3.00 20 12% 4 d $4.00 5 4% 4 d $4.00 10 8% 4 d $4.00 20 12% 5 e $5.00 5 4% 5 e $5.00 10 8% 5 e $5.00 20 12% Does anyone have any suggestions how I could do this? Thank you in advance for your help |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Quick and easy way, without writing macro to insert rows and date...
Fill qty and percent in the first row and copy down for 5 and 4% in first set. Copy the data rows and paste below existing table then change first row of second set to 10 and 8% and copy down, then paste third set and change first row to 20 and 12% and copy down again. Then select all and sort by no then price to list as in your sample. The easiest way to copy down here would be to double click on the AutoFill handle - the little black square at the bottom right of the selection border. Would look like this before sort: No Desc Price Qty % 1 a $1.00 5 4% 2 b $2.00 5 4% 3 c $3.00 5 4% 4 d $4.00 5 4% 5 e $5.00 5 4% 1 a $1.00 10 8% 2 b $2.00 10 8% 3 c $3.00 10 8% 4 d $4.00 10 8% 5 e $5.00 10 8% 1 a $1.00 20 12% 2 b $2.00 20 12% 3 c $3.00 20 12% 4 d $4.00 20 12% 5 e $5.00 20 12% "Loris" wrote: This is the structure of the file I have. It is one line per product No Desc Price Qty % 1 a $1.00 2 b $2.00 3 c $3.00 4 d $4.00 5 e $5.00 What I need to get to is this. Our new computer system exports and imports price lists from excel via .csv files (for easier maitenance). I have not found an easy way to give myself the extra rows for each item. This would not be an ordeal normally but I have appprox 45000 part number records that I have to break up and do this with No Desc Price Qty % 1 a $1.00 5 4% 1 a $1.00 10 8% 1 a $1.00 20 12% 2 b $2.00 5 4% 2 b $2.00 10 8% 2 b $2.00 20 12% 3 c $3.00 5 4% 3 c $3.00 10 8% 3 c $3.00 20 12% 4 d $4.00 5 4% 4 d $4.00 10 8% 4 d $4.00 20 12% 5 e $5.00 5 4% 5 e $5.00 10 8% 5 e $5.00 20 12% Does anyone have any suggestions how I could do this? Thank you in advance for your help |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sort by Number and then by Qty... sorry - saw I had typed the wrong thing
just as I hit post... "Loris" wrote: This is the structure of the file I have. It is one line per product No Desc Price Qty % 1 a $1.00 2 b $2.00 3 c $3.00 4 d $4.00 5 e $5.00 What I need to get to is this. Our new computer system exports and imports price lists from excel via .csv files (for easier maitenance). I have not found an easy way to give myself the extra rows for each item. This would not be an ordeal normally but I have appprox 45000 part number records that I have to break up and do this with No Desc Price Qty % 1 a $1.00 5 4% 1 a $1.00 10 8% 1 a $1.00 20 12% 2 b $2.00 5 4% 2 b $2.00 10 8% 2 b $2.00 20 12% 3 c $3.00 5 4% 3 c $3.00 10 8% 3 c $3.00 20 12% 4 d $4.00 5 4% 4 d $4.00 10 8% 4 d $4.00 20 12% 5 e $5.00 5 4% 5 e $5.00 10 8% 5 e $5.00 20 12% Does anyone have any suggestions how I could do this? Thank you in advance for your help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding New Row to Excel Spread Sheet | Excel Worksheet Functions | |||
Adding New Row to Excel Spread Sheet | Excel Discussion (Misc queries) | |||
Transfer CELL value and spread it among 24 ROWs on another sheet | Excel Worksheet Functions | |||
Printing a spread sheet and skipping rows. | Excel Discussion (Misc queries) | |||
How do I get the top 4 rows of a spread sheet to print on each pa. | Excel Discussion (Misc queries) |