L
like2hike
I will see if I can explain the situation clearly. I have a range of value
s in b1:e1. There is also a value in a1. I want to evaluate the range of
numbers in b1:e1 and for the smallest value assign the value in a1 to it.
For the rest of the values in the range as they get larger I want to
calculate a proportionally lower value than the value that is in a1.
A B C D E
1 50 100 20 80 200
2 50
In this example C1 is the smallest value in the range so it would be
assigned the value of 50. What is the formula to calculate the whole range?
I tried =if(small($b$1:$d$1,1)=true,$a$1,here things screw up)
s in b1:e1. There is also a value in a1. I want to evaluate the range of
numbers in b1:e1 and for the smallest value assign the value in a1 to it.
For the rest of the values in the range as they get larger I want to
calculate a proportionally lower value than the value that is in a1.
A B C D E
1 50 100 20 80 200
2 50
In this example C1 is the smallest value in the range so it would be
assigned the value of 50. What is the formula to calculate the whole range?
I tried =if(small($b$1:$d$1,1)=true,$a$1,here things screw up)