Average Cells in Multiple Worksheets

K

Karen

I am trying to average cells in multiple worksheets.
Let's say that in:
Sheet1 Cell A1 = 4.40%
Sheet2 Cell A1 = 2.65%
Sheet3 Cell A1 = 3.61%
Sheet4 Cell A1 = 1.59%

What would be the formula to average these percentages?

Thank you, Karen
 
G

Gaurav

if you want the average in the 5th sheet,

Create 2 dummy sheets named Start(Before Sheet1) and End(After Sheet4). In
the cell where you need the average write this formula.

=AVERAGE(Start:End!A1)

Format cell as %age and hide the dummy sheets.
 
K

Karen

WOW! This is amazing! I never knew this one. Although, the person I'm
setting it up for would get confused with this. Do you have an easier method?
I will make a mental note of this one though - Thanks!
Karen
 
P

Pete_UK

Karen,

once you have set it up in the way that Gaurav advised, you can hide
the Start and End sheets so that your user would not know they are
there.

Hope this helps.

Pete
 
K

Karen

Thank you VERY much!

Pete_UK said:
Karen,

once you have set it up in the way that Gaurav advised, you can hide
the Start and End sheets so that your user would not know they are
there.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top