BoltonSte
30-09-14, 10:14 PM
Calling the Excel Gurus
I have been using Vlookup for a while at work, along with the value left function;
=VLOOKUP(LEFT(C7,9),Parameters!B4:R200,3)
I now want to do something similar but using the table from another workbook;
In the simple format this works fine
=VLOOKUP(A2,'[Test Lookup.xlsx]Sheet1'!$A:$C,2,FALSE)
But when I try and combine the vlookup from a different workbook and the value left function it goes a bit wrong;
=VLOOKUP(LEFT(A2,4),'[Test Lookup.xlsx]Sheet1'!$A:$C,3,FALSE)
All I get is #N/A in the cell, I know I'm doing something wrong with the Value left but no idea what.
Trawling the web isn't working and our excel and IT resource is limited to say the least.
Any help appreciated.
Yours
Buggered if I know!
I have been using Vlookup for a while at work, along with the value left function;
=VLOOKUP(LEFT(C7,9),Parameters!B4:R200,3)
I now want to do something similar but using the table from another workbook;
In the simple format this works fine
=VLOOKUP(A2,'[Test Lookup.xlsx]Sheet1'!$A:$C,2,FALSE)
But when I try and combine the vlookup from a different workbook and the value left function it goes a bit wrong;
=VLOOKUP(LEFT(A2,4),'[Test Lookup.xlsx]Sheet1'!$A:$C,3,FALSE)
All I get is #N/A in the cell, I know I'm doing something wrong with the Value left but no idea what.
Trawling the web isn't working and our excel and IT resource is limited to say the least.
Any help appreciated.
Yours
Buggered if I know!