#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Sumproduct...Average

I have 12 different tabs. I want to average a number on each tab only if the
number is greater than zero. So, on tab 1 cell b6=140, tab 2 b6=245, tab 3
b6=0 and so on with b6 on each tab having a number greater than 0 sometimes.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Sumproduct...Average

On 12 avr, 23:56, heater wrote:
I have 12 different tabs. *I want to average a number on each tab only if the
number is greater than zero. *So, on tab 1 cell b6=140, tab 2 b6=245, tab 3
b6=0 and so on with b6 on each tab having a number greater than 0 sometimes.


Hello,

Maybe you can try this formula :
=average(Sheet1!B6;Sheet2!B6;...;Sheet12!B6)/average(Sheet1!
B60;Sheet2!B60,...,Sheet12!B60)

Is this right formula ?

HTH


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Sumproduct...Average

I have 12 different tabs.
I want to average a number on each tab
only if the number is greater than zero.


Try something like this...

=SUM(Sheet1:Sheet12!B6)/INDEX(FREQUENCY(Sheet1:Sheet12!B6,0),2)

--
Biff
Microsoft Excel MVP


"heater" wrote in message
...
I have 12 different tabs. I want to average a number on each tab only if
the
number is greater than zero. So, on tab 1 cell b6=140, tab 2 b6=245, tab
3
b6=0 and so on with b6 on each tab having a number greater than 0
sometimes.



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
Average using Sumproduct Basenji Excel Worksheet Functions 4 April 13th 10 06:33 PM
Average while using SumProduct Srikanth[_5_] Excel Worksheet Functions 0 June 30th 09 08:51 PM
SUMPRODUCT to average AJPendragon Excel Worksheet Functions 2 December 11th 07 07:17 PM
Sumproduct Average heater Excel Discussion (Misc queries) 2 June 2nd 06 10:32 PM
sumproduct & average junoon Excel Worksheet Functions 5 May 25th 06 07:12 AM


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

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

About Us

"It's about Microsoft Excel"