E
Eric
I am having trouble getting a formula to work properly.
I have to drop the lowest number and average the rest. F4
cannot show an error message if a cell is blank.
B4=10
C4=9
D4=1
E4=7
F4=average
The formula I tried is
=IF(B4="","",(sum(b4:e4)-MIN(b4:e4)/count(b4:e4)))
This returns a answer of 26.6667
If I insert AVERAGE before (sum...) I still get the same
answer. What am I doing wrong?
I have to drop the lowest number and average the rest. F4
cannot show an error message if a cell is blank.
B4=10
C4=9
D4=1
E4=7
F4=average
The formula I tried is
=IF(B4="","",(sum(b4:e4)-MIN(b4:e4)/count(b4:e4)))
This returns a answer of 26.6667
If I insert AVERAGE before (sum...) I still get the same
answer. What am I doing wrong?