I need to calculate the average for a set of numbers, but I do not want to include the zero values in my calculation. For instance, in the month of July i have values of 8.4 and 5.2, their average would be 6.8 but my table has multiple rows for all the days in July and when i calculate the average it brings all those zero value in and makes the average extremely low.
I am using PowerPivot and Access to get the data. Is the a function i can use to calculate this average?
Microsoft ExcelMicrosoft Access
Last Comment
szadroga
8/22/2022 - Mon
Professor J
you can do that with =AVERAGE(IF(A1:A10<>0,A1:A10)) old excel
and for new excel =AVERAGEIF(A1:A10,"<>0")
szadroga
ASKER
does this function, AVERAGEIF translate in PowerPivot? I am getting an error message...
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
Unlimited question asking, solutions, articles and more.
szadroga
ASKER
i downloaded your xlsx file and went into PowerPivot > Manage, but its empty? am i looking in the wrong place
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Saurabh Singh Teotia
Check at the bottom of this or create a pivot table of the data you will see avg calculated field their...
and for new excel =AVERAGEIF(A1:A10,"<>0")