Adding up values from separate tabs

D

DaveAsh

Hi,
I have 1 tab, called 'Annual stats',within which there are 9 cells which
need formulas to add the values from the other 52 tabs (weeks). Each tab for
the weeks are the same, so cell E30 is for example one cell which I need to
be added. The tabs are labelled 'Week1' 'Week2' etc.

What formula could i use?
 
P

Pete_UK

Try this:

=SUM(Week1:Week52!E30)

will add all the E30 cells on the sheets which are physically in
between Week1 and Week52 tabs.

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