Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have an order history spreadsheet that currently has one line per
item, with multiple orders for each item. i would like to move the data with a vba macro to end up with one row per order. i would like excel to check for text in each "orderqty" column in each row. if text exists, copy columns a, b, and all 6 cells for that order starting with "ordernum" to the first 8 cells in the first blank row at the bottom of the sheet. it should iterate to the right across a row for each column headed by orderqty, and skip to the next row when it encounters the first blank orderqty. i guess i'll need two loops - one as it iterates across column headers, and one as it iterates down the row. for an example section of the spreadsheet, see my forum post he http://www.mrexcel.com/board2/viewtopic.php?t=227255 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Item numbers result in item description in next field in Excel | Excel Worksheet Functions | |||
How do I change the order of item in a legend for a chart? | Charts and Charting in Excel | |||
Can a cell's text order be ahead of a drawn item? | Excel Discussion (Misc queries) | |||
Can a cell's text order be ahead of a drawn item? | Excel Discussion (Misc queries) | |||
Item order in ListBox | Excel Discussion (Misc queries) |