Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Tom" wrote:
The weights are determined by the "value" of the items. Item's 2 & 3 are "high value" items, therefore the need to perform better when those items are in play determined their weight. What is being measured is the amount of time to repair a Customers product. Items 2& 3 have high revenue's attached to them and are therefore more valuable and must be fixed quickly. The measurement is on the overall performance, with the high value items carrying the most weight. I think some numerical examples would be helpful to understanding your intent. At least one or two examples each of when all 3 items are "in play" v. when only 2 items are "in play" -- perhaps an example, of when a high-revenue item is not "in play" and when a low-revenue item is not "in play". Do the arithmetic manually and show the result that you desire. Ideally, also "show your work" (what weights are used, and how the computation is done). Choose examples that exaggerate the differences. Off-hand, based on my (mis?)interpretation of the above, here is something that might work for you. Suppose A1:A3 has the cost (or revenue) for each item, B1:B3 has the number of each item "in play", and C1:C3 has the repair time for each item. D1:D3 might contain the weight factor, computed as follows (for A1, for example): A1*B1/SUMPRODUCT($A$1:$A$3,$B$1:$B$3) Then the overall performance (for A1, for example) might be C1*D1. That gives higher weight to higher-cost items -- actually to items whose total cost (count times unit cost) is higher. It also has has the effect of increasing the weight factors of each item "in play" when one or more items is not "in play" (i.e, zero). It is not clear to me if those are desired qualities of the weight system you seek. For example, dynamic weight factors can make it difficult to compare the "overall performance" between a time when all items are "in play" and when only 1 or 2 items are not "in play". That is why some numerical examples are required that clearly demonstrate your intent for varyious distinguishing circumstances. PS: Because of your special purpose, it is not necessarily the case that the sum of the weights used be 1. There might some subjective quality to your choice of weights. That is not clear to me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Keeping a cell value constant trhoughout a list of values | Excel Worksheet Functions | |||
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row | Excel Worksheet Functions | |||
I Need a formula to evaluate a cell with + or - values | Excel Worksheet Functions | |||
Return Range of Numerical Values in Single Column based on Frequency Percentage | Excel Worksheet Functions | |||
#N/A Values : Returned by Formulas vs Entered Manually | Charts and Charting in Excel |