I have an excel 2007 file with 13 tabs (a summary and one for each month), and want to produce a sum up across the same cell for each month in the summary sheet.

I have tried @sum(sheet2!a10:sheet13!a10) but produced an error.

Is this possible?

link|improve this question

66% accept rate
feedback

1 Answer

up vote 4 down vote accepted

What you want is a 3D formula like this:

sum(sheet2:sheet13!a10)
link|improve this answer
perfect answer. +1 for it – Siva Charan Jan 31 at 15:35
that works - thanks. – chris Jan 31 at 16:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.