Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #13  
Old 02-25-2016, 09:08 AM
sammielou sammielou is offline Is this possible?! Windows 7 64bit Is this possible?! Office 2013
Novice
Is this possible?!
 
Join Date: Feb 2016
Posts: 9
sammielou is on a distinguished road
Default

Quote:
Originally Posted by gebobs View Post
I'll dip my toe in again with a possible solution. If there's a more elegant one, perhaps xor knows it.

I don't think one can do AVERAGEIFS over multiple ranges. If so, then you would have to do it for each column of data and then combine. But averages of averages may not be accurate. This is definitely the case here since there are variable counts in the columns which would weight the percentages in columns with fewer counts greater than those with more.

Thus, the most accurate solution I can think of would be to go back to my earlier less elegant formula and expand it over the columns i.e. (sum of sums for each)/(sum of counts for each).

Without further ado, the formula from hell...

Code:
=IFERROR((SUMIF(D2:D13,"*ave",C2:C13)+SUMIF(F2:F13,"*ave",E2:E13)+SUMIF(H2:H13,"*ave",G2:G13)+SUMIF(J2:J13,"*ave",I2:I13)+SUMIF(L2:L13,"*ave",K2:K13)+SUMIF(N2:N13,"*ave",M2:M13)+SUMIF(P2:P13,"*ave",O2:O13)+SUMIF(R2:R13,"*ave",Q2:Q13))/(COUNTIF(D2:D13,"*ave")+COUNTIF(F2:F13,"*ave")+COUNTIF(H2:H13,"*ave")+COUNTIF(J2:J13,"*ave")+COUNTIF(L2:L13,"*ave")+COUNTIF(N2:N13,"*ave")+COUNTIF(P2:P13,"*ave")+COUNTIF(R2:R13,"*ave")),"")


Thanks so much for the formula. I tried it out and it doesn't seem to be accurate it is a few percentile off of the actual average. I think we may try to do something to make this work by pasting them in the same column. Unless anyone has a better solution...
Reply With Quote
 



Other Forums: Access Forums

All times are GMT -7. The time now is 10:10 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft