Excel Formula Help - Thanks in advance

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
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
=IF(A8="","",VLOOKUP(A8,Sheet2!A1A:C,3,FALSE))

A1A:C as typed by yourself is not a valid range

However Sheet2!A:C is.

Is this a typo or exactly what youve entered? If youve entered it like this thats why it doesnt work though I suspect you would have got an error.
 
Last edited:
Upvote 0
Hey,

Thanks for your help, I tried with the indirect function but what I was looking for doesnt seem to be able to be possible. I know the above is an error it was just an idea of what I was trying to show, I have an excel model that needs more improvement so this problem will be pushed back and other ones ill focus on, thanks for your help
 
Upvote 0

Forum statistics

Threads
1,214,377
Messages
6,119,183
Members
448,872
Latest member
lcaw

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