Taking performance goals, converting to scale 0 - 10

Speedo

New Member
Joined
Aug 22, 2018
Messages
9
So i have had several Microsoft Techs try to solve this and while we seem to get close, something is missing. I have a spreadsheet that takes employee standards and attempts to score the standards on a scale from 0 - 10. For example

https://www.facebook.com/photo.php?fbid=1628675570594681&set=a.1628676030594635&type=3&theater

The formula looks like this:

=IF(M9="","",IF(M9<H9,3.99*((M9/H9)*100)/100,IF(AND(M9>=H9,M9<I9),5.99*((M9/I9)*100)/100,IF(AND(M9>=I9,M9<J9),7.99*((M9/J9)*100)/100,IF(AND(M9>=J9,M9<K9),9.99*((M9/K9)*100)/100,10)))))

When I do the math with a calculator, I come up with the result shown in N9, but it is not the result I would expect. M9 happens to be exactly 90.000, So I would expect the scaling to return exactly 4.000, NOT 5.776.

Anyway, I have been working on this formula for years, but no one has been able to get it to work. The break points of G9, H9, I9, J9, K9 are there to show milestone in performance and N9 changes colors from Blank, Green, Blue, Purple, Gold.

I have 2 other example cells where this calculation returns a number not expected in N9.

Thank you guys for any time and interest of this project.

Speed
 
@Eric W

Appreciate your help on that sheet. I'm still a long way from understanding how to complete the task, but you've given me some direct and some hope!

BTW, I lived in Bountiful for many years and had a house in Woods Cross. I worked at Menlove Dodge Toyota back in the day, too. Even got married over at Canterbury place!

Small world, huh?
 
Upvote 0

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
OK... so I now understand the table and it means a lot to get an accurate formula. When I try to convert the table to visually compatible to my sheet, I loose the accuracy. Turning the table on the side would be make number of entries in by workbook much better for space... what could I be doing wrong?

This calculate perfectly:

=(B10-LOOKUP(B10,$D$3:$D$7))/(INDEX($D$4:$D$8,MATCH(B10,$D$3:$D$7))-LOOKUP(B10,$D$3:$D$7))*(VLOOKUP(B10,$D$3:$F$7,3)-VLOOKUP(B10,$D$3:$F$7,2))+VLOOKUP(B10,$D$3:$F$7,2)

BCDEF
2TABLELOWHIGH
30.0000.0003.999
485.0004.0005.999
588.3336.0007.999
691.6678.0009.999
795.00010.00010.000
8
9SCORERATING
1079.0003.717

<colgroup><col style="width:48pt" width="64" span="6"> </colgroup><tbody>
</tbody>


Below format is preferred, because it fits the volume of entries in my workbook, but returns a value that is not the same as above, like I would want.

=(I3-LOOKUP(I3,$C$3:$G$3))/(INDEX($D$3:$H$3,MATCH(I3,$C$3:$G$3))-LOOKUP(I3,$C$3:$G$3))*(VLOOKUP(I3,$C$3:$G$5,3)-VLOOKUP(I3,$C$3:$G$5,2))+VLOOKUP(I3,$C$3:$G$5,2)

BCDEFGHIJ
2SCORERATING
3Table0.00085.00088.33391.66795.00079.0007.858
4Low0.0004.0006.0008.00010.000
5High3.9995.9997.9999.99910.000

<colgroup><col style="width:48pt" width="64" span="10"> </colgroup><tbody>
</tbody>
 
Upvote 0
I'm away from a computer right now so I can't test it, but I can see that you need to convert the VLOOKUPs to HLOOKUPs. I'd also recommend using the shorter formula, but that's up to you.
 
Upvote 0
Sweet! :cool: Glad it works for you.

I chatted with someone else from Bountiful a while back, he wanted to know if Nielsen's Frozen Custard was still there. It is, maybe I'll drop by later!
 
Upvote 0

Forum statistics

Threads
1,214,543
Messages
6,120,123
Members
448,947
Latest member
test111

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top