excell
2 Topicsomputing on limited values
I have a workbook that contains ss with scores and one that takes the lowest index's and computes. What I am trying to do is to take the last 10 scores, and then take the smallest 6. My problem is taking the last 10 scores SS with scores Name XXXXXXX 95 90 87 96 82 84 88 85 86 85 82 81 87 87 95 SS using scores and computing index ( what I want to do is start from last cell ignore blanks, and take only the first 10 scores. My current formula: =IF('Scores for Handicapping'!D50>0,(((('Scores for Handicapping'!D50-$D50)*113)/$E50))," ")871Views0likes0CommentsBalanced Scorecard Sliding Scale formula problem
I developed a balanced scorecard for my company. I have the formula almost working but its not 100% Context - If at Last year amount, value given should be 50% of total weight If at Plan, it should be 75% of the weight. If at Stretch, it should reflect 100% of the weighted points. My current formula. (This one has a weight of 35 allowable points) I29 is Year to date. H29 is the stretch. G29 is the Plan. F29 is last year =IF(I29>=H29,35,IF(I29>=G29,35*0.75, IF(I29>=F29,35*0.5))) Problem, it works perfectly if I reach the exact target amount. example: $100 is last year (should be valued at 17.5 of 35 points) $200 is Plan (should be valued at 26.25 of 35 points) $300 is Stretch (should be 35 of 35 points) If I enter $299 in the YTD cell, it spits out 26.25. It does steadily gain value. Really, is should be almost 34 of 35 points.Solved2.9KViews0likes8Comments