View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PCLIVE PCLIVE is offline
external usenet poster
 
Posts: 1,311
Default Function To Add across Multiple Sheets with a Twist

Maybe this:
=SUM(Sheet1:Sheet4!A1)

This will total the value A1 on all the sheets from Sheet1 though Sheet4.
Alter the sheet names as necessary.

HTH,
Paul


--

"Sean" wrote in message
ps.com...
I am looking for a function that can add up cells across multiple
sheets

I could of course do =Sheet1!A1+Sheet2!A1 etc etc. Problem is that I
have 52 sheets each named after a week end date

My values are all in relative positions and I am looking to add these
up in a sheet called "Summary Report". I add a new sheet each week, so
in effect I'm looking for a formula that will add up all A1 values in
each sheet of the workbook expect anything in "Summary Report". Is
this possible?

Thanks