Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.links
AndreCanelas
 
Posts: n/a
Default How to make an external link to a filename defined by a cell v


Dear Bill,

Thanks for the tip, but that's not going to work.
But what if I don't need to have the data in different files (workbooks) and
I can even have it just in different worksheets, in the same workbook. That
is possible and will prevent having to open the data files all the time.
Suppose also that all the data worksheets have the same layout, so that the
same type of data is in the same cell location. I still need a way to, in the
cell function, make the source worksheet name a function of another cell. In
the example below, I'd like to insert only the sheet name on the first row
and get the data in the following rows from certain coordinates of the
worksheet specified in the first row.


Sheet name CC64 CC70 <- introduce only this

Fermentation code SC_CC64 SC_CC70 <- get this from the
specified worksheet
Strain CEN.PK 113-7d CBS288
Operator Andre Andre
Date start 23-Jun-05 28-Oct-05
Date end 29-Jun-05 1-Nov-05
.... ... ...


Is there a way to do that?
Thanks in advance,

Andre
  #2   Report Post  
Posted to microsoft.public.excel.links
Bill Manville
 
Posts: n/a
Default How to make an external link to a filename defined by a cell v

If the source cells are in the same workbook then INDIRECT will work
(since by definition the workbook containing the cells is open).

=INDIRECT("'" & CellContainingSheetName & "'!$A$1")
for example


Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you make cell 2 return data if cell 1 contains text? jermsalerms Excel Discussion (Misc queries) 3 January 5th 06 10:44 PM
How to link cell for value in another cell of pivot table? JamesChoi Excel Discussion (Misc queries) 1 September 15th 05 03:24 AM
How do I use a cell value as the filename in an external link? wattkisson Excel Worksheet Functions 1 July 8th 05 11:51 PM
make a cell empty based on condition mpierre Charts and Charting in Excel 2 December 29th 04 01:01 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 10:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"