Threshold Equation Help

K

KevinJ.

I'm trying to set up a calculator for the following information

Range Percent Per Poin
1-100 = 0.1
101-500 = 0.02
501-1000 = 0.0
1001-8000 = 0.0

The calculator should allow the user to enter a number within the rang
and then calculate a total percentage based on the percent per points

ex. user enters 60
100 points * .10 = 10
399 points * 0.25 = 9.975
101 points * 0.02 = 2.02
for a combined total of 21.995

The calculator would then display 21.995% in a cell next to where th
user entered 600. Please post the equation. Thank you in advance

-Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top