=indirect Function

MBallentine

New Member
Joined
Mar 10, 2002
Messages
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?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
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.
 
Upvote 0

Forum statistics

Threads
1,213,546
Messages
6,114,256
Members
448,558
Latest member
aivin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top