View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default HELP NEEDED!! Link cells between worksheets

Try this...

=SUM(INDIRECT("'Sheet"&TEXT(ROWS(A$1:A2),"00")&"'! H16:H21"),INDIRECT("'Sheet"&TEXT(ROWS(A$1:A2),"00" )&"'!H26"))

Copy down as needed.

--
Biff
Microsoft Excel MVP


"hsfnwa" wrote in message
...
Hi ,

I have a workbook contains 1+50 worksheet, I want to link each sheet
number
to sheet one, besides manually change the sheet # in the formula
=SUM('sheet02'!$H$16:$H$21,'sheet02'!$H$26)
=SUM('sheet03'!$H$16:$H$21,'sheet03'!$H$26)
=SUM('sheet04'!$H$16:$H$21,'sheet04'!$H$26)
=SUM('sheet05'!$H$16:$H$21,'sheet05'!$H$26) ..... to sheet 50...

Can someone help me to automatic it in anyway?

Thank you very much!!!!
Nicole