Putting Directory of a workbook in Cell and Referencing The workbook

Rogue909

New Member
Joined
Oct 23, 2017
Messages
11
I want to be able to insert the directory of a workbook in a cell and then be able to reference that workbook to do an index search of the workbook.

IE;
Cell A1; C:.....Desktop/MyExcel.xlsx

Let's say cell B1 has a value of 42.... I want cell B2 to index\match search Column A of MyExcel.xlsx to find a particular data point.


This may confuse things further.. but my current cells look like this

Code:
A3='C:\Reports\Daily Calibration\Daily Calibration.xlsx'
Code:
F11=INDEX([A3]A3!D2:D15000,MATCH($C$11&$D$11&$E$11,'[A3]Current Year'!$A$2:$A$15000&'[A3]Current Year'!$B$2:$B$15000&'[A3]Current Year'!$C$2:$C$15000,0)+COUNT(IF('[A3]Current Year'!$A$2:$A$15000=$C$11,1))-1)

Cell A3 has a directory to our daily calibration file. While filling out reports I want the index match to make sure that three criterias are met (C11, D11, and E11) find the corresponding data (in this case D2:15000 of Daily Calibration.xlsx) and use the most recent entry.
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.

Forum statistics

Threads
1,215,561
Messages
6,125,538
Members
449,236
Latest member
Afua

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