View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default how to use a function to average all the numbers except 8 in a

You're welcome. Thanks for the feedback!

Biff

"dreamer" wrote in message
...
Thank you so much! Valko.
--
happy world


"T. Valko" wrote:

Try one of these:

=SUMIF(A1:A10,"<8")/(COUNT(A1:A10)-COUNTIF(A1:A10,8))

Or, this array** formula:

=AVERAGE(IF(A1:A10<8,A1:A10))

**entered with the key combination of CTRL,SHIFT,ENTER (not just ENTER).

Biff

"dreamer" wrote in message
...
how to use a function to average all the numbers except "8" in a
column?
Filter out and average?

Any help is ppreciated!

--
happy world