View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default short way for using all sheets in one formula

=SUM(Sheet1:Sheet30!A1)
--

"Al Stone" <Al wrote in message
...
Hi,

I want to learn that if there is a short way for a situation like bekow:

formula is:

=Sheet1!A1+Sheet2!A1+Sheet3!A1...
I want to add same cells from all sheets (around 30 sheets) in the
worksheet.
I just add all of them and want to know if there is a shorter way.

thanks in advance.
Al