Grouping Percentages

compd

New Member
Joined
Nov 14, 2011
Messages
13
Hi Guys,

I am wondering if anyone could assist with finding a formula to group various percentages into the different percentage groups.

For example "Less than 0%", 0-5%,5-10% and, "More than 15%"

Thanks
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Welcome!

You can use various lookup functions, and you can reference ranges or inline array constants. For example:

=LOOKUP(A1,{-9.999E+307;0;0.05;0.1;0.15},{"less than 0%";"0-5%";"5-10%";"10-15%";"15% +"})

If you choose VLOOKUP or HLOOKUP make sure you use approximate match type (final argument = TRUE).
 
Upvote 0

Forum statistics

Threads
1,215,782
Messages
6,126,872
Members
449,345
Latest member
CharlieDP

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