View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Adding Cells in Different Sheets

=sum(firstsheetname:lastsheetname!g53)

--
Don Guillett
SalesAid Software

"Hazel" wrote in message
...
Hi All

In the same cell G53 on each sheet in a 50 sheet workbook - I need to add
them all together in Sheet1 - say in cell A100, at the moment I'm using
the
following -- there has to be an easier way than entering

=J.Bloggs!G53+J.Smith!G53 etc --


--
Many thanks

hazel