I have two numbers, a minimum value, and a maximum value.
I also have a percent. This percent helps me find a value between the two numbers, the minimum value and the maximum value.
I cannot figure out how to do this (perhaps because I’ve been staring at the numbers for so long)
For example, say I have a minimum of 0.08, and a maximum of 0.12 and a percent of 0.9 (i.e 90%)
I want to find the value which is 90% of the way between 0.08 and 0.12.
Any ideas?
Thanks