Is it possible to use variables in a formula?

Doghouse308

New Member
Joined
May 28, 2019
Messages
13
As the title suggests, I would like to know if it is possible to use a variable in a formula.

The specific application may also have other solutions.

I am trying to bring in data from an external workbook. I am currently using an index/match formula to select the data to import.

example below
Code:
=INDEX('[Ternai-Master.xlsm]Master Schedule'!$B$2:$BZ$1017,MATCH($A3,'[Ternai-Master.xlsm]Master Schedule'!$A:$A,0),MATCH(O$2,'[Ternai-Master.xlsm]Master Schedule'!$1:$1,0)-1)

I would like to replace the reference to the other workbook with a file path and name so this same workbook can be used without hard coding the file names.

Thank you in advance
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,223,888
Messages
6,175,208
Members
452,618
Latest member
Tam84

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