soggy_foot
New Member
Hi,
I've got a challenging data set that I'm trying to apply formatting or a macro to but am having a heck of a time solving it. I had a nice little macro working but the report data changed slightly breaking the functional macro. Now it's back to the drawing board trying to solve this interesting issue. Please be my second set of eyes and let me know if you see a solution.
Objective: Reformat data import to so every line counts. Currently sales order lines and sales order header information shares columns. ie Sales order A has 3 lines, a header line and 2 item lines. What I'm shooting for is a reformat which blends the header information into to the order detail lines. One issue is that the number of lines a sales order might have could be as little as 1 and as many as 1001.
Here's an example of how the data shows up after import
Column A - S/O & Line# - this column holds two data sets, the sales order and line number ideally these would be broken to separate columns.
Column B - Customer/Item Number - again shared column - When customer is populated it's a name when item nubmer is populated it's a unique alphanumeric
Column C - Order Date
Column D - Ship Date
Column E - UOM
Column F - Ordered
Column G - Shipped
Column H - Balance
Column I - Price
I've got a challenging data set that I'm trying to apply formatting or a macro to but am having a heck of a time solving it. I had a nice little macro working but the report data changed slightly breaking the functional macro. Now it's back to the drawing board trying to solve this interesting issue. Please be my second set of eyes and let me know if you see a solution.
Objective: Reformat data import to so every line counts. Currently sales order lines and sales order header information shares columns. ie Sales order A has 3 lines, a header line and 2 item lines. What I'm shooting for is a reformat which blends the header information into to the order detail lines. One issue is that the number of lines a sales order might have could be as little as 1 and as many as 1001.
Here's an example of how the data shows up after import
Column A - S/O & Line# - this column holds two data sets, the sales order and line number ideally these would be broken to separate columns.
Column B - Customer/Item Number - again shared column - When customer is populated it's a name when item nubmer is populated it's a unique alphanumeric
Column C - Order Date
Column D - Ship Date
Column E - UOM
Column F - Ordered
Column G - Shipped
Column H - Balance
Column I - Price