excel_learnerz
Board Regular
- Joined
- Dec 12, 2018
- Messages
- 73
Hello,
I was wondering if the good natured people here at Mr Excel can maybe tell me what im trying to do is feasible or not,
Basically, I have a few different formulas connected to a file on Sharepoint (just index match and vlookup) and they all work fine.
here is one of them below
=IF(A8="","",VLOOKUP(A8,'C:\Users\user1\company\Sales Team - Documents\Assessments\Files\[test_file.xlsx]Sheet1'!A:C,3,FALSE))
Now I am trying to use a value in a different tab that covers the value where the location and file is
so for example Sheet2 A1 = 'C:\Users\user1\company\Sales Team - Documents\Assessments\Files\[test_file.xlsx]Sheet1'
trying to turn the formula into somethinng like below which doesnt work obbviously
=IF(A8="","",VLOOKUP(A8,Sheet2!A1A:C,3,FALSE))
Can anyone else help what it should be,
Thanks in advance
I was wondering if the good natured people here at Mr Excel can maybe tell me what im trying to do is feasible or not,
Basically, I have a few different formulas connected to a file on Sharepoint (just index match and vlookup) and they all work fine.
here is one of them below
=IF(A8="","",VLOOKUP(A8,'C:\Users\user1\company\Sales Team - Documents\Assessments\Files\[test_file.xlsx]Sheet1'!A:C,3,FALSE))
Now I am trying to use a value in a different tab that covers the value where the location and file is
so for example Sheet2 A1 = 'C:\Users\user1\company\Sales Team - Documents\Assessments\Files\[test_file.xlsx]Sheet1'
trying to turn the formula into somethinng like below which doesnt work obbviously
=IF(A8="","",VLOOKUP(A8,Sheet2!A1A:C,3,FALSE))
Can anyone else help what it should be,
Thanks in advance