Error in formula vlookup

  • Thread starter Thread starter bencosmea
  • Start date Start date
B

bencosmea

Hi, all
I have a problem with this formula
=VLOOKUP(Q84,LEFT('[book1.xls]sheet1'!$A$12:$Q$36,12),17,FALSE)
The problem is in the left function part, itself gives an error but in
the formula display (where you input the data) when you pres the equal
sign, it recognice the value of the array and also display the result
of the formula but in the cell displays #VALUE!, Is it a bug or
something, how can I get the correct value displayed on the cell.
Please help, thanks.
Audie
 
did you enter it as an array formula (ctrl+Shift+Enter rather than just
Enter)?
 
I'm wondering if you really want:

=INDEX([book1.xls]Sheet1!$Q$12:$Q$36,
MATCH(Q84,LEFT([book1.xls]Sheet1!$A$12:$A$36,12),0))

(all one cell, and array entered)

To just match the first 12 characters of column A, but return all the characters
in column Q.



Hi, all
I have a problem with this formula
=VLOOKUP(Q84,LEFT('[book1.xls]sheet1'!$A$12:$Q$36,12),17,FALSE)
The problem is in the left function part, itself gives an error but in
the formula display (where you input the data) when you pres the equal
sign, it recognice the value of the array and also display the result
of the formula but in the cell displays #VALUE!, Is it a bug or
something, how can I get the correct value displayed on the cell.
Please help, thanks.
Audie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VLookup 6
Vlookup - value not formula 1
Vlookup - actual value not the formula 3
Vlookup in Excel 2003 1
VLOOKUP Problem 1
vLookup, Look up Value 1
VLOOKUP fORMULA 4
How to use vlookup in an array formula 2

Back
Top