Count Function

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?
 
E

Eric

Thanks! It worked. Why do you have to enter with ctrl +
shift + enter? The first time I tried I only used enter
and it did not work properly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top