View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Counting NONZERO Cells - Filtered and Pivoted

Try this heavier duty one then, array-entered as befo
=AVERAGE(IF(ISNUMBER(B1:B100),IF(B1:B1000,B1:B100 )))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"RJB" wrote:
AND, that gives me a #VALUE! error.