View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Domenic Domenic is offline
external usenet poster
 
Posts: 256
Default Worksheet Formula

Assuming that the formula will be entered in A2, and copied down, try...

=INDIRECT(TEXT(ROWS($A$2:A2),"000")&"!C8")

Hope this helps!

In article ,
Kelly wrote:

I have a workbook with 100 worksheets. I need to have the data that populates
lets say field C8 in all 100 worksheets in my Log Sheet. How can I copy this
down the rows in my log sheet and have the formula change to each sheet.

An example would be:
=+001!C8
=+002!C8
=+003!C8

Thanks
Kelly