kripper
Board Regular
- Joined
- Dec 16, 2013
- Messages
- 102
Thanks in advance for anyone that can assist.
I am trying to make this formula work, and I continue to receive #REF errors.
The path it refers to changes based on computer using it, so it needs to pull from a cell in the workbook.
It have confirmed the drive path and the second sheets file name, sheet name, and cell reference, and they are all correct, however I cannot seem to make this formula work.
Any help would be greatly appreciated.
I am trying to make this formula work, and I continue to receive #REF errors.
Code:
=INDEX(INDIRECT("'"&SETUP!$C$59&"[PPM Dashboard.xlsb]DATA1'!$K$3:$K$32"),MATCH($C3,INDIRECT("'"&SETUP!$C$59&"[PPM Dashboard.xlsb]DATA1'!$C$3:$C$32"),0))
The path it refers to changes based on computer using it, so it needs to pull from a cell in the workbook.
It have confirmed the drive path and the second sheets file name, sheet name, and cell reference, and they are all correct, however I cannot seem to make this formula work.
Any help would be greatly appreciated.