Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am very new to VBA, but I have quite a bit of experience in Excel.
I have data in multiple cells on one row of a spreadsheet that I need to extract and place on multiple rows (in a new worksheet). My situation is this: I get a "daily sales report" with one row for each day. On each row are numbers from different sales categories. I need to create an import file to get this info into the accounting system...this requires me to take each of those categories and make a separate row for each one but using the same date as the row from which they were extracted. Does anyone know how I should approach this? What function do I use? I just need a lead to help me get started. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Give more info on format of spreadsheet.
1)Which column has the date 2)Which columns need to be repeated on new rows besides date. 3) which columns have the sale catorgories. " wrote: I am very new to VBA, but I have quite a bit of experience in Excel. I have data in multiple cells on one row of a spreadsheet that I need to extract and place on multiple rows (in a new worksheet). My situation is this: I get a "daily sales report" with one row for each day. On each row are numbers from different sales categories. I need to create an import file to get this info into the accounting system...this requires me to take each of those categories and make a separate row for each one but using the same date as the row from which they were extracted. Does anyone know how I should approach this? What function do I use? I just need a lead to help me get started. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
data entered in each coloumns of one sheet to be extracted with r. | Excel Discussion (Misc queries) | |||
Format Extracted Data from Pivot Table | Excel Discussion (Misc queries) | |||
Creating a report to send extracted data to | Excel Programming | |||
I need to move the data from certain cells in multiple positions (different columns & rows) into a single row, then repeat. | Excel Programming | |||
Formatting Data being extracted from SQL D/B | Excel Programming |