Average Multiple Columns from different tables on different worksheets

dsrt16

Board Regular
Joined
Jun 18, 2005
Messages
208
I have a workbook that is separated into four worksheets (4 quarters)

On quarter 1, I have this formula: =AVERAGE(ServiceTable1[[#Data],[Wd per hour]]). This gives the average word per hour for that quarter.

On quarter 2, I need to have a formula that gives the average of word per hour for both quarter 1 and quarter 2. The table on quarter 2 is called ServiceTable1.2

I can't figure out how to combine ServiceTable1[[#Data],[Wd per hour]] and ServiceTable1.2[[#data],[wd per hour]] to give the combined average of both.
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
I couldn't seem to edit the post to add on the other details.

On quarter 3, I need to have a formula that gives the average of quarter 1 word per hour, quarter 2 word per hour, and quarter 3 word per hour.

On quarter 4, I need a formula that gives the average for all the quarters.

Since users will be adding rows to the top of the table, I can't just do =Average('Quarter1:Quarter4'!G3:G9) I need to reference the table column name since they may insert a row before G3, and now those new entries won't be averaged.
 
Upvote 0
Nevermind. I think I solved it.

=AVERAGE(ServiceTable1[[#Data],[Wd per hour]],ServiceTable1.2[[#Data],[Wd per hour]])

So simple. But for some reason I thought it was not returning the correct data.
 
Upvote 0

Forum statistics

Threads
1,215,753
Messages
6,126,675
Members
449,327
Latest member
John4520

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