Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Worksheet applicatioin

I am trying to determine a quantity per assembly useage for approximately
1000 lower level components as a weighted average, based on a forecasted
demand for the parent item. However, the data was extracted from our MRP
system and given to me as pictured below. I will need to associate the demand
of the parent item, ie if 87544378 has a demand of 100pc for 12mos. I would
like to calculate useage as a weighted average against the actual demand and
have over 1000 component items to calculate. Would this be easier done as a
macro?

component parent Quantity per Assembly
9706702 87544378 11
9706702 87544379 11
9706702 87558317 9
9706717 87558318 9
214600 86636474 2
214600 86636475 2
214600 86636483 1
214600 87016080 1
86979102 86636474 2
86979102 86636475 2
86979102 86636476 2
86979102 86636483 1

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 248
Default Worksheet applicatioin

If you want the sum of 'quantity per assembly' for parent 87544378
use this
=SUMPRODUCT(--(B1:B100=87544378),(C1:C100))
assuming 87544378 is a number... if text put quotes around it like this
"87544378"

to get the count use
=SUMPRODUCT(--(B1:B100=87544378))

If cell D1 has 87544378 then you can use
=SUMPRODUCT(--(B1:B100=D1))
With these two you can build the weighted average as per your needs...

-------------------------------------
Pl. click ''''Yes'''' if this was helpful...



"CandiC" wrote:

I am trying to determine a quantity per assembly useage for approximately
1000 lower level components as a weighted average, based on a forecasted
demand for the parent item. However, the data was extracted from our MRP
system and given to me as pictured below. I will need to associate the demand
of the parent item, ie if 87544378 has a demand of 100pc for 12mos. I would
like to calculate useage as a weighted average against the actual demand and
have over 1000 component items to calculate. Would this be easier done as a
macro?

component parent Quantity per Assembly
9706702 87544378 11
9706702 87544379 11
9706702 87558317 9
9706717 87558318 9
214600 86636474 2
214600 86636475 2
214600 86636483 1
214600 87016080 1
86979102 86636474 2
86979102 86636475 2
86979102 86636476 2
86979102 86636483 1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 37
Default Worksheet applicatioin

Thank you so much for your help.

"Sheeloo" wrote:

If you want the sum of 'quantity per assembly' for parent 87544378
use this
=SUMPRODUCT(--(B1:B100=87544378),(C1:C100))
assuming 87544378 is a number... if text put quotes around it like this
"87544378"

to get the count use
=SUMPRODUCT(--(B1:B100=87544378))

If cell D1 has 87544378 then you can use
=SUMPRODUCT(--(B1:B100=D1))
With these two you can build the weighted average as per your needs...

-------------------------------------
Pl. click ''''Yes'''' if this was helpful...



"CandiC" wrote:

I am trying to determine a quantity per assembly useage for approximately
1000 lower level components as a weighted average, based on a forecasted
demand for the parent item. However, the data was extracted from our MRP
system and given to me as pictured below. I will need to associate the demand
of the parent item, ie if 87544378 has a demand of 100pc for 12mos. I would
like to calculate useage as a weighted average against the actual demand and
have over 1000 component items to calculate. Would this be easier done as a
macro?

component parent Quantity per Assembly
9706702 87544378 11
9706702 87544379 11
9706702 87558317 9
9706717 87558318 9
214600 86636474 2
214600 86636475 2
214600 86636483 1
214600 87016080 1
86979102 86636474 2
86979102 86636475 2
86979102 86636476 2
86979102 86636483 1

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Charts and Charting in Excel 3 August 24th 06 07:26 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Excel Discussion (Misc queries) 2 August 24th 06 05:26 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Excel Worksheet Functions 2 August 24th 06 05:26 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. [email protected] Excel Discussion (Misc queries) 0 September 22nd 05 04:39 PM


All times are GMT +1. The time now is 09:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"