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.
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.