+ Reply to Thread
Results 1 to 2 of 2

vlookup, how return the matching value to 2 column?

Hybrid View

s_zabihi vlookup, how return the... 12-01-2011, 04:15 PM
NBVC Re: vlookup, how return the... 12-01-2011, 04:18 PM
  1. #1
    Registered User
    Join Date
    11-30-2011
    Location
    montreal,canada
    MS-Off Ver
    Excel 2007
    Posts
    30

    vlookup, how return the matching value to 2 column?

    Hi

    I started by

    " =VLOOKUP(N3,'sheet2'!$B$3:$C$11,2) "

    to find N3 in the area of sheet2 and return the matching value in column2. Consider column 2 is "first name " and column3 is "family". How can I return my function to column 2&3 at same time and get the result like "family, first name".
    Thanx
    Last edited by s_zabihi; 12-01-2011 at 04:27 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: vlookup, how return the matching value to 2 column?

    Try:

    =VLOOKUP(N3,'sheet2'!$B$3:$C$11,3)&", "&VLOOKUP(N3,'sheet2'!$B$3:$C$11,2)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1