Indirect concatenate formula

nldstorm

New Member
Joined
Sep 20, 2009
Messages
15
Looking for some help with an indirect formula linking different cells and pulling information out of a different worksheet stored on the network. I have workbook with following cell contents:

Cell A1: B (REPRESENTS XXX IN THE FORMULA BELOW)
Cell A2: 9 R(REPRESENTS XXX IN THE FORMULA BELOW)
Cell A3:BPC Tools (REPRESENTS YYY IN THE FORMULA BELOW)
Cell A4:='G:\__Business Finance Shoes\08 Forecast Models\z. Shoes\Global Model\YYY\Fixed Cost\[CIW Fixed Cost Check.xls]BI Query'!XXX

In cell A5 I want to insert a formula using INDIRECT and CONCATENATE so that it pulls the info from cell B9 (XXX in formula), BPC TOOLS (YYY in formula) using the path listed in cell A4.

Cells A1, A2 and A3 will be volitile.

Any suggestions?

Thank you
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
Try

in A4
="'G:\__Business Finance Shoes\08 Forecast Models\z. Shoes\Global Model\"&A3&"\Fixed Cost\[CIW Fixed Cost Check.xls]BI Query'!"&A1&A2"
in A5
=INDIRECT(A4)
 
Upvote 0

Forum statistics

Threads
1,214,889
Messages
6,122,097
Members
449,065
Latest member
albertocarrillom

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