Finding the percentage between two values

To find a percentage of a certain value between range (ex. Min=23 & Max=95) then use the formula below.

z = ((n - min) * 100) / (max - min)

Read more

Math Math Formula Percentage