![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 3
|
I have used the =indirect function which allows me to insert a filename and get the contents of a cell, therefrom. But it is not relational, if I copy this function to another cell it does not change the target cell.
Any ideas on how to make it relational? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Newcastle, UK
Posts: 1,174
|
try referencing the cell from another cell.
for example =indirect("'[eg formulas.xls]Time and Date Formulas'!"&a1) where A1 contains the cell reference. If your doing the above for a whole table I alway insert a Row and Column which have the Letter reference (Col) and Number Ref (Row). e.g. =indirect("'[eg formulas.xls]Time and Date Formulas'!"&B$1&$A2) where the inserted row contains B, C, D etc. and the column 1, 2, 3 etc. Hope this helps, I can email a small eg if you need it.
__________________
"Have a good time......all the time" Ian Mac |
|
|
|
|
|
#3 |
|
New Member
Join Date: Mar 2002
Posts: 3
|
Thanks for this Ian,
I'll give it a go and if I need to I'll ask you to send an example, Cheers, Mike |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|