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

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
However, with INDIRECT keep in mind that it doesn't work on closed workbooks.
 
Upvote 0

Forum statistics

Threads
1,214,943
Messages
6,122,380
Members
449,080
Latest member
Armadillos

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