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

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
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,216,487
Messages
6,130,944
Members
449,608
Latest member
jacobmudombe

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