Adding values from worksheets

P

PasPer2

Hello,

I have made a workbook with 13 sheets, 1 for every lunar pay period
work. I am hoping to create a running total on every page whereby
know how many hours i have worked all year.

The cell on every page is L6.

Any help is much appreciated.

Regards

PasPer
 
A

Andy B

Hi

One way is to insert a sheet (hidden if necessary) at the beginning and end
of the sheets you wish to sum. If you called these First and Last you could
use:
=SUM(First:Last!L6)
You could, of course, use the existing sheet names instead of First and
Last.
 

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