View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default multiple worksheets - getting data from same cell for a list

Mention the sheet names in one column as shown below. In B1 enter this
formula. Drag the formula down

A1 = Book1
A2 = Book2

=INDIRECT(A1&"!" & "G192")

If this post helps click Yes
---------------
Jacob Skaria


"noy" wrote:

Hi - Could anyone assist please.

I have a workbook (just the one document) with around 60 pages of active
data in it - all pages have the same format. Just the data (scores in this
case) and page name (page1, page2 etc.) change.

I am trying to do a master list on the front page which pulls the data from
cell G192 from each page onto a master refrence list. Is there anyway to
bring the contents to the master list other than write in cell A1 =
Book1!G192 in cell A2 = Book2!G192 etc.,?

I can do this 60 times but there must be a simpler way. Anyone got any tips
please?


Ta


Andy