AverageIFS

sTremper

New Member
Joined
Apr 12, 2014
Messages
12
Is there a way to add AverageIFS across worksheets? I want to average two worksheets together and they each have a range but AverageIFS only has one range and I need to add two ranges.
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Basically something like this;

(Averaging a range on Sheet 7 and adding it to the Average of a range on Sheet 12, then average the two together...)

=AVERAGEIFS(Sheet7!$Q$14:$T$14,Sheet7!$Q$14:$T$14,">5",Sheet7!$Q$14:$T$14,"<10")+AVERAGEIFS(Sheet12!$Q$12:$T$12,Sheet12!$Q$12:$T$12,">15",Sheet12!$Q$12:$T$12,"<20")/2
 
Upvote 0
Is there a way to add AverageIFS across worksheets? I want to average two worksheets together and they each have a range but AverageIFS only has one range and I need to add two ranges.

Care to post scaled-down samples from these two sheets you have along with expected result?
 
Upvote 0

Forum statistics

Threads
1,223,231
Messages
6,170,885
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top