Average

Dundee Lad

Active Member
Joined
Sep 6, 2003
Messages
311
Can any one help me with the formula below. I found this using search but cant seem to get it to work!

=sum('December Measures'!E18+'January Measures'!E18+'March Measures'!E18+'February Measures'!E18)/countif('December Measures'!E18,'January Measures'!E18,'February Measures'!E18,'March Measures'!e18,">0")
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Insert two new sheets, name them First and Last, place all target sheets in between these two, and use:

=SUM(First:Last!E18)/MAX(1,COUNTIF.3D(First:Last!E10,">0"))

if you download and install the morefunc.xll add-in.
 
Upvote 0

Forum statistics

Threads
1,203,465
Messages
6,055,574
Members
444,799
Latest member
CraigCrowhurst

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