J
Judge
Is there a function command that will average a group of numbers while
dropping the lowest number automatically?
dropping the lowest number automatically?
=AVERAGE(IF(A1:A5>MIN(A1:A5),A1:A5))
Array-enter the formula, i.e. press CTRL+SHIFT+ENTER
instead of just pressing ENTER
....Max said:Try something like:
=AVERAGE(IF(A1:A5>MIN(A1:A5),A1:A5))
Array-enter the formula, i.e. press CTRL+SHIFT+ENTER
instead of just pressing ENTER