View Single Post
  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming
JulieD JulieD is offline
external usenet poster
 
Posts: 618
Default Totalling across sheets

Hi

one way
insert a sheet after the totals sheet and call it FIRST
click in cell C16 of the TOTAL sheet and type
=SUM(first:final!c16)

now when you buy & sell make sure that you place all the sheets between the
first & final sheet
and the total will always be the total of your current properties

Regards
JulieD



"netnews.comcast.net" wrote in message
news:VmQLc.5019$eM2.2395@attbi_s51...
I have a workbook that helps keep tabs on properties that I buy and sell.
Each sheet is exactly the same as the other with the exception of the top
sheet which is to serve as a totals sheet and is named "Totals". I have
named the last sheet "Final." I would like cell C16 of the totals sheet

to
be the total of all C16 cells on all of the other sheets, even if I add or
remove sheets as I buy and sell properties. I have tried using the
INSERTNAMEDEFINE route and keep getting errors when I attempt to create
the formula, even while trying to follow Microsoft Excels Help file. Any
help would be appreciated.