vlookup problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Vlookup in an excel worksheet pulling descriptions from another
excel file but when I do it does not display the full description, only part
of it.

How can I solve this?

I would appreciate any help.
 
The logic is worth to establish to have and did not have problems
 
Maybe you could use =right(), =left(), or =mid() in your formula.

=mid(vlookup(a1,sheet2!a:b,2,0),12,22)

Excel's help describes these string functions.
 

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

Vlookups not working 2
EXCEL - IF(IFERROR(VLOOKUP question 0
VLOOKUP 2
Help With VLOOKUP 2
Excel 2003: VLOOKUP not refreshing 3
Avoiding redundant calculations 7
vlookup formatting problem 1
VBLookup - need help 2

Back
Top