how do i total up different pages all on one page?

D

davey37736

I have 7 different pages that i am using for a daily contest. I would like
the last sheet to be a running total for all of the pages, how do i do these
formulas?
 
G

Govind

Hi,

If all the sheets are of the same format, then use

=SUM(Firstsheet:Lastsheet!A2)

Regards

Govind.
 
Top