IF Formula

umarraza

New Member
Joined
Jul 7, 2015
Messages
16
Hi,

I have a table below of issues that have been resolved and not resolved. I want to create a criteria to allocate points if it falls within a certain percentile.
% Resolved% Unresolved Points
27%0%

<tbody>
</tbody>
The point scoring system is as follows:
%
Resolved
Points
Up to 100
Up to 201
Up to 402
Up to 603
Up to 804
Up to 1005
What formula would i need to put in the points section for it receive 2 points?

<tbody>
</tbody>


Thanks in advance.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Column C (Points) , C2 formula copy down :

=LOOKUP(A2,{0;0.11;0.21;0.41;0.61;0.81},{0;1;2;3;4;5})

Regards
 
Upvote 0

Forum statistics

Threads
1,215,327
Messages
6,124,287
Members
449,149
Latest member
mwdbActuary

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