Cell Referencing

MadHatsJess

New Member
Joined
Jul 12, 2017
Messages
27
Hi

I have a central spreadsheet that will be fed by around 20 identical reports (apart from the data).

I am using the simple formula below to pull it together (will be refreshed monthly and the file names will be the same)

='C:\File path\[Report 1.xlsx] Main Report Report '!$C$9
='C:\File path\[Report 2.xlsx] Main Report Report '!$C$9

Is there away to reference the bold part of the formula to a cell in excel with the file name?

This would save me about 10 hours :D

Thanks in advance

Jess
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
=INDIRECT("'C:\File path"&A1&" Main Report Report '!$C$9")

where A1 is the name of the file
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

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