Using file name as variable in spreadsheet

CFTBrian

New Member
Joined
May 7, 2015
Messages
2
We use a naming protocol so all of our excel files have the same name format. We would like to use the name as a variable I in formula so whatever name you enter, searches for the spreadsheet with that name. I.E.
'Job_Name_1.Status Report.2015.xlsx'
and
'Job_Name_2.Status Report.2015.xlsx'

In another spreadsheet I want to enter a name (Job_Name_2) and return the particular information from that Status report. Using VBA I tried using a button but I want it to automatically search the entire folder of status reports and return an invalid if that spreadsheet name doesn't exist but return the desired info if it does.

please help.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Welcome to the Board!

Take a look at INDIRECT.EXT, which is part of the Morefunc add-in. Google will turn up some download sites.
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,796
Members
449,095
Latest member
m_smith_solihull

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