View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default totalling a group of worksheets

This way:
=sum(start:end!A3)

Regards,
Fred

"iguana2go" wrote in message
...
I want to create a summary worksheet which will total, say, worksheets
between a sheet called 'start' and a sheet called 'end' without typing the
individual sheet names, so that I can then insert sheets between those
called
start and end without redoing the formula in my summary sheet. something
like
=sum(start!A3:end!A3)
but this doesn't work ... I know it can be done because i've done it
before
I just can't work out how to do it now