View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
NBVC[_36_] NBVC[_36_] is offline
external usenet poster
 
Posts: 1
Default Average for a column to exclude zeros and numbers above 39000


Try:

=AVERAGE(IF(L3:L1500,IF(L3:L15<39000, L3:L150)))

confirmed with CTRL+SHIFT+ENTER


--
NBVC

Where there is a will there are many ways.
'The Code Cage' (http;//www.thecodecage.com)
------------------------------------------------------------------------
NBVC's Profile: http://www.thecodecage.com/forumz/member.php?userid=74
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=109857