Hello all!
I am in need an Excel formula, starting from a cell (e.g. N4) and copied down, where the formula considers:
Then the formula outputs would be: N4 = 0.5, N5 = 0.85, N6 = 1.5.
This is as far as I can get. I need the formula to calculate the distribution values between lowest_value and highest_value , while maintaining average_value, over the number_of_cells (e.g. 4, 5, etc).
Can anyone assist?
I am in need an Excel formula, starting from a cell (e.g. N4) and copied down, where the formula considers:
- the topmost cell contains a given lowest value
- the bottom-most cell (given) contains the highest value
- the average value of all cells equals a given value.
- lowest_value = 0.5
- highest_value = 1.5
- average_value = 0.95
- number_of_cells = 3
Then the formula outputs would be: N4 = 0.5, N5 = 0.85, N6 = 1.5.
This is as far as I can get. I need the formula to calculate the distribution values between lowest_value and highest_value , while maintaining average_value, over the number_of_cells (e.g. 4, 5, etc).
Can anyone assist?