Percentage Weightings

28creation

Board Regular
Joined
Oct 13, 2014
Messages
124
Hi all,

I'm trying to get cell P11 to gauge a percentage from a figure typed into cell O11. O11 = a percentage, to 2 decimal points.

There are five ranges that O11 will fall into: <35%, 35%-45%, 45%-55%, 55%-65%, 65%+

There are weightings attached to these ranges: 1.5%, 3%, 4.5%, 6%, 7.5%, which will appear in P11.

So, if, for example, I type 63% into cell O11, 6% will appear in P11.

Or, if I type 37.6% into O11, 3% will appear in P11.

How can I achieve this?

Any help would be much appreciated.

Thanks in advance.
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
The lookup function will do this:


Excel 2010
LMNOP
200.0150.630.06
30.350.03
40.450.045
50.550.06
60.650.075
Sheet3
Cell Formulas
RangeFormula
P2=LOOKUP(O2,$L$2:$L$6,$M$2:$M$6)
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,049
Messages
6,122,864
Members
449,097
Latest member
dbomb1414

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