Percentage Range

OneDudeIntheCarib

New Member
Joined
Dec 30, 2021
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hello, I haven't used Excel since 2009 and the version so I very rusty but I know how to calculate percentage which was pretty easy to remember but at the moment i have a project to get done and i stuck, I don't seem to remember if you can do percentage range and how to calculate it, most i remember is using the IF function but how do i tie the percentage to those categories and how do i calculate the percentage range?

Legendary- 1% or lower
Epic- 1.01% - 3%
Rare- 3.01% - 10%
Uncommon- 10.01% - 20%
Common- 20.01% +
This would obvious add up to 100% and exact and it would be calculated from a supply of 3333 but for the life of me can't remember and the only info was from this site but still wasn't enough, any help would be appreciated thanks
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Is this what you are trying to do?
Book2
AB
16.8%Rare
Sheet1
Cell Formulas
RangeFormula
B1B1=IF(A1<=1%,"Legendary",IF(A1<=3%,"Epic",IF(A1<=10%,"Rare",IF(A1<=20%,"Uncommon","Common"))))
 
Upvote 0
Hi OneDudeInTheCarib,

If you want assistance with calculating the percentage can you give examples and maybe a simple expected result?

To generate the legends try this:

OneDudeInTheCarib.xlsx
FGH
1PercentLegend
2-999.00%Legendary
30.10%Legendary
41.00%Legendary
51.01%Epic
63.00%Epic
73.01%Rare
84.00%Rare
910.00%Rare
1010.01%Uncommon
1120.00%Uncommon
1220.01%Common
1399.00%Common
149999.00%Common
Sheet1
Cell Formulas
RangeFormula
H2:H14H2=CHOOSE(MATCH(F2,{-999,0.0101,0.0301,0.1001,0.2001,9999},1),"Legendary","Epic","Rare","Uncommon","Common")
 
Upvote 0

Forum statistics

Threads
1,214,808
Messages
6,121,684
Members
449,048
Latest member
81jamesacct

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