Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default Vlookup & "space" vlookup

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Vlookup & "space" vlookup

Try

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

Mike

"majestyk" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Vlookup & "space" vlookup

On 13 Feb, 23:52, Mike H wrote:
Try

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

Mike



"majestyk" wrote:
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- Hide quoted text -


- Show quoted text -


Mike - thank you. works well. I'll stay with this forum rather than
the other.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
correct syntax for nesting "if", "and", and "vlookup"....if possib Christine Excel Worksheet Functions 4 January 2nd 09 10:43 PM
=IF(VLOOKUP(C11,Group,2,FALSE)=D11,"True","Not Valid") and =IF(D1 Milky Excel Worksheet Functions 1 August 20th 08 08:38 PM
isna vlookup returning"0" instead of " " Martha Excel Worksheet Functions 3 April 20th 07 09:31 PM
how do I type "itis" without Excel putting a space "it is"? Max Excel Worksheet Functions 4 March 18th 07 10:22 PM
How to replace "#N/A" w "0"when vlookup couldn't find the match? Holly Excel Discussion (Misc queries) 2 July 17th 06 11:48 PM


All times are GMT +1. The time now is 01:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"