Pick a percentage from a range

johnrobgray

New Member
Joined
Aug 21, 2017
Messages
43
Office Version
  1. 2013
Platform
  1. Windows
Hi there

I'm struggling with this one. I'm trying to get excel to choose a percentage based on a result (this is for a multiplier for performance)

Your TargetYour ResultReward Multiplier
74.00%74.00%

This is what I have in my sheet and in multiplier I want it to choose from the list below

85.00%​
110.00%​
80.00%​
105.00%​
74.00%​
100.00%​
68.00%​
90.00%​
0-67.99%
80.00%​

So in the example above, 74% would deliver 100%

How can I enter the formula so that it changes based on the numbers delivered to fit within the range?

Thanks in advance :)
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
How about ...

Book1
ABCDEFG
1targetresultrewardminmaxreward
274.00%74.00%100.00%0.00%67.99%80.00%
368.00%73.99%90.00%
474.00%79.99%100.00%
580.00%84.99%105.00%
685.00%100.00%110.00%
Sheet1
Cell Formulas
RangeFormula
C2C2=VLOOKUP(B2,E2:G6,3)
 
Upvote 0
Glad to help and thanks for letting me know (y)
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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