K Kate Jul 7, 2006 #1 I have 30 worksheets in one workbook I need to add cell F26 from each sheet and add them up in sheet 31. Is this possible? Thanks Kate
I have 30 worksheets in one workbook I need to add cell F26 from each sheet and add them up in sheet 31. Is this possible? Thanks Kate
B Bob Phillips Jul 7, 2006 #2 =SUM('Sheet1:Sheet30'!F26) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
=SUM('Sheet1:Sheet30'!F26) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct)
K Kate Jul 7, 2006 #3 Thanks Bob it does help Kate Bob Phillips said: =SUM('Sheet1:Sheet30'!F26) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) Click to expand...
Thanks Bob it does help Kate Bob Phillips said: =SUM('Sheet1:Sheet30'!F26) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) Click to expand...