Total multiple worksheets into totals worksheet

D

David

I have a workbook with 13 worksheets in it, Jan - Dec and a totals
worksheet, I need to get the ammount from;

Jan D3 and place it in Totals B3
Feb D3 -> Totals C3
Mar D3 -> Totals D3
etc.

Thanks in advance, David
 
B

Bob Phillips

Just set up the formulae in Totals

B3: =Jan!D3
C3: =Feb!D3
etc.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
Top