=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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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,214,642
Messages
6,120,701
Members
448,980
Latest member
CarlosWin

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