Thread: Index?
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.misc
Ron de Bruin
 
Posts: n/a
Default Index?

Hi HJ

Use this macro if you want
http://www.rondebruin.nl/summary.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"HJ" wrote in message ...
Bear with me here as I try to understand and get this to work. I am getting
a reference error so I wanted to be a bit more specific so I can figure out
what I am missing.

I have 30 tabs all with different Project names (i.e. Buick, Toyota, Ford,
Honda, etc.). On the summary tab, I am trying to pull cell B29, B30, B31,
B8, B13, B14, etc. for each worksheet onto the summary worksheet. Any
thoughts?

"Bob Phillips" wrote:

Probably INDIRECT with the sheet names in say A1:A30

=INDIRECT("'"&A1&"'!H1")

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"HJ" wrote in message
...
Or am I thinking of Indirect?

"HJ" wrote:

I have a workbook with 30 tabs, all of which have the same format. I'm
trying to create a summary worksheet that references the same cells in

all 30
worksheets. I don't want to do the ='Sheet1' then =Sheet2 etc. for all

30
tabs and I know there is an easier way but I can't remember how. I seem

to
recall Index but I don't completely understand how it works. Any

suggestions?