I have a worksheet in which I have a drop down list where the user makes a selection. This is in cell C6. In another cell, I am entering a formula which contains an index function. The array for the index function is in another workbook. I have entered the name of the other workbook and sheet but I need for the range part of the argument to come from the selection that the user makes in the drop down box. I tried to add the cell reference to the end of the workbook/sheet name with the "&" sign to concatenate the text into one string that is needed to make the formula work but it does not work. When I manually type in the range into the formula, it works.
The formula I have is as follows:
=INDEX('S:\CRT-General Equipment Forecast Lists\2014 Revised Main Folder\TRS\2014 TRS Master Tracking Sheet.xlsx'!&C6,MATCH(C10,'S:\CRT-General Equipment Forecast Lists\2014 Revised Main Folder\TRS\[2014 TRS Master Tracking Sheet.xlsx]2014'!$C$3:$C$967,0)).
This formula gives a #REF! result.
Thanks in advance for any help with this problem.
Bookmarks