Percentage within a range

G

Guest

Within a row I have a static dollar range (two cells showing the min and max
of the range) and a third cell showing a dollar amounts that fall within that
range. What I would like to see is what percentage the individual amount
(cell 3) fall within the range (cell 1 and cell 2). For example - range is
26000 - 44000, and the single amount is 36000. Where does the 36000 fall
percentage wise within that range? (not how much over the minimum, but
where it lies in the range). Any assistance would be greatly appreciated!
 
G

Guest

What percentage do you want to calculate? The percentage of the minimum?
The percentage of the maximum?

If the minimum is 100, your value is 150, and the maximum is 200, then 150
is 150% of the minimum and 75% of the maximum.

Dave
 
G

Guest

Neither really --- this is salary data, and what we would like to see is
where an individual falls within the salary range -- maybe it is more of a
percentile than percentage. In this example the spread in the range is
18000, we can see that the person falls in the range, but want to know what
that specific point is -- make sense?
 
S

Sandy Mann

With the minimum in F4, the Max in F5 and the single amount in G5 then does:

=(G5-F4)/(F5-F4)

give what you want ie 55.56%

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk
 

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