mactoolsix
Board Regular
- Joined
- Nov 30, 2010
- Messages
- 105
I've run into this problem before, but never figured a way around the problem.
I have a column list of 40 numbers. Each number is the result of a calculation. Each cell is formulated as "number."
I want the average of the ten largest numbers.
I use the formula =AVERAGE(LARGE(B1:B40,({1,2,3,4,5,6,7,8,9,10}))) which returns a number smaller than any one number in the list.
If I copy the list to a different place (i.e. B45=B1 and drag it down), then enter the same formula, I get the correct answer.
It be something to do with the original list of numbers being calculated?
Thanks,
Mike
I have a column list of 40 numbers. Each number is the result of a calculation. Each cell is formulated as "number."
I want the average of the ten largest numbers.
I use the formula =AVERAGE(LARGE(B1:B40,({1,2,3,4,5,6,7,8,9,10}))) which returns a number smaller than any one number in the list.
If I copy the list to a different place (i.e. B45=B1 and drag it down), then enter the same formula, I get the correct answer.
It be something to do with the original list of numbers being calculated?
Thanks,
Mike