D
David Lipetz
Folks,
This newsgroup has been extremely helpful over the years and I am thankful
to all whom have helped me in the past. I now have a scenario that I can not
even begin to solve and hope that someone can send me in the right
direction.
Our ERP system can export transactional data. I would like to be able to
analyze the data on an invoice by invoice basis to determine metrics such as
average total invoice amount for invoices that include a specific part
number.
The ERP data extract looks something like this:
CustNo Date InvNumber ItemNo QTY UnitPr ExtPr UnitCo
ExtCo
2301 03/12/08 100101 90873 3 5.00 15.00
3.00 9.00
9911 03/12/08 100102 72FG6 1 75.00 75.00 42.00
42.00
1090 03/12/08 100103 SYSTM 1 500.00 500.00 250.00
250.00
1090 03/12/08 100103 AR987 1 20.00 20.00 10.00
10.00
1090 03/12/08 100103 AR990 1 50.00 50.00 29.00
29.00
1090 03/12/08 100103 SW321 1 100.00 100.00 65.00
65.00
3125 03/12/08 100104 ACC01 10 5.00 50.00 3.00
30.00
7865 03/12/08 100105 ACC12 2 19.00 38.00 11.00
22.00
2029 03/12/08 100106 SYSTM 1 500.00 500.00 250.00
250.00
2029 03/12/08 100106 AR987 1 20.00 20.00 10.00
10.00
Assume that there are thousands of records in every extract and that the
column headers are also the named ranges.
I would like a formula that would identify every "InvNumber" for a specific
"ItemNo", then be able to provide a total sum for that invoice as well as
the "CustNo".
Using the data set above, if the "ItemNo" criteria were set to "SYSTM", the
result of the formula would be:
CustNo Date InvNumber ExtPr ExtCo
1090 03/12/08 100103 670.00 354.00
2029 03/12/08 100106 520.00 260.00
Completely at a loss here.
Thanks in advance,
David
This newsgroup has been extremely helpful over the years and I am thankful
to all whom have helped me in the past. I now have a scenario that I can not
even begin to solve and hope that someone can send me in the right
direction.
Our ERP system can export transactional data. I would like to be able to
analyze the data on an invoice by invoice basis to determine metrics such as
average total invoice amount for invoices that include a specific part
number.
The ERP data extract looks something like this:
CustNo Date InvNumber ItemNo QTY UnitPr ExtPr UnitCo
ExtCo
2301 03/12/08 100101 90873 3 5.00 15.00
3.00 9.00
9911 03/12/08 100102 72FG6 1 75.00 75.00 42.00
42.00
1090 03/12/08 100103 SYSTM 1 500.00 500.00 250.00
250.00
1090 03/12/08 100103 AR987 1 20.00 20.00 10.00
10.00
1090 03/12/08 100103 AR990 1 50.00 50.00 29.00
29.00
1090 03/12/08 100103 SW321 1 100.00 100.00 65.00
65.00
3125 03/12/08 100104 ACC01 10 5.00 50.00 3.00
30.00
7865 03/12/08 100105 ACC12 2 19.00 38.00 11.00
22.00
2029 03/12/08 100106 SYSTM 1 500.00 500.00 250.00
250.00
2029 03/12/08 100106 AR987 1 20.00 20.00 10.00
10.00
Assume that there are thousands of records in every extract and that the
column headers are also the named ranges.
I would like a formula that would identify every "InvNumber" for a specific
"ItemNo", then be able to provide a total sum for that invoice as well as
the "CustNo".
Using the data set above, if the "ItemNo" criteria were set to "SYSTM", the
result of the formula would be:
CustNo Date InvNumber ExtPr ExtCo
1090 03/12/08 100103 670.00 354.00
2029 03/12/08 100106 520.00 260.00
Completely at a loss here.
Thanks in advance,
David