Vlookup & "space" vlookup

M

majestyk

I am looking up first name and surname from a range with 2 vlookup functions,
=vlookup(value,array,column)&vlookup(value, array,column) - what I get is
JohnSmith - what I want is John Smith. Is there a way to insert a space? I
have tried the """" and others.
Thank you
 
M

majestyk

Try

=vlookup(value,array,column)&" "&vlookup(value, array,column)

Mike





- Show quoted text -

Mike - thank you. works well. I'll stay with this forum rather than
the other.
 

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

Top