Average Percent (linking several tabs)

gymwrecker

Active Member
Joined
Apr 24, 2002
Messages
394
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Is there a better way (formula) to obtain percentage when linking several tabs? I tried the below formula dividing by 12, which is the number of tabs/individuals that I have, but it's not returning an accurate %...

=SUM('Mr. Doe'!F5,'Mr. Snuffy'!F5,'Mrs. Smith'!F5,'Mr. Preacher'!F5,'Ms. Biden'!F5,'Mr. Lopez'!F5,'Mr. Torres'!F5,'Mrs. Rowe'!F5,'MAJ Farmer'!F5,'1LT Hester'!F5,'SFC Jessop'!F5,'SSG '!F5)/12
 
Last edited by a moderator:

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
@gymwrecker
Assuming that your tabs are sequential then try
Excel Formula:
=AVERAGE('Mr Doe:SSG '!F5)

To create the sheet array, select your first tab and then hold down the Shift key when selecting the last tab.
Then enclose within 'AVERAGE(' and 'F5)'
 
Upvote 1
Solution

Forum statistics

Threads
1,221,780
Messages
6,161,888
Members
451,730
Latest member
BudgetGirl

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