Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Ron. That works like a charm.
Thanks to all who posted. I was trying to find a way where I wouldn't have to define the tab names since new ones will constantly be added. I do have a better understanding of Indirect now. Thanks! "Ron de Bruin" wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Index / Hlookup | Excel Worksheet Functions | |||
Formatting result of Index function | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel | |||
Min formula not returning value from Index | Excel Worksheet Functions | |||
index to a range of cells | Excel Worksheet Functions |