Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Average numbers in noncontiguous columns ignoring 0's.

I need to average numbers that are not in contiguous columns, and I need to
ignore zeros.

Is this possible?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Average numbers in noncontiguous columns ignoring 0's.

I need to average numbers that are
not in contiguous columns


Ok, tell us what columns. Tell us the specific range of cells you need to
average.

I need to ignore zeros.


Ok, are the numbers to average *always* positive numbers?

Is this possible?


Probably, just need some more info.

--
Biff
Microsoft Excel MVP


"bean counter" <bean wrote in message
...
I need to average numbers that are not in contiguous columns, and I need to
ignore zeros.

Is this possible?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Average numbers in noncontiguous columns ignoring 0's.

Something like this:

=SUM($A1:$A20,$C1:$C20,$E1:$E20)/SUMPRODUCT(($A1:$A20<0)+($C1:$C20<0)+($E1:$E20< 0))

HTH
Steve.


"bean counter" <bean wrote in message
...
I need to average numbers that are not in contiguous columns, and I need to
ignore zeros.

Is this possible?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hlookup and sum noncontiguous numbers Amy Excel Worksheet Functions 1 June 12th 08 02:58 AM
average of 12 noncontiguous cells goss[_2_] Excel Discussion (Misc queries) 6 November 12th 07 10:26 PM
Calculate the average of numbers, ignoring multiple values Quintessence Excel Discussion (Misc queries) 2 May 30th 07 04:35 PM
Need help with formula to average numbers while ignoring "0" value mharv72 Excel Worksheet Functions 1 May 3rd 07 05:33 PM
Averaging noncontiguous numbers ignoring zeros? Mike Excel Worksheet Functions 19 March 4th 05 02:05 AM


All times are GMT +1. The time now is 11:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"