![]() |
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. |
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. |
All times are GMT +1. The time now is 03:22 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com