View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default sum a specific cell in more than one sheet

Include the Cell reference inside the parenthesis like so:

=SUM(Sheet2:Sheet3!A1)

"plainclothman" wrote:

I want to sum cell A1 in sheet1,...,sheet100 .I type (sheet1:sheet100)!$a$1
but it doesn't work