+ Reply to Thread
Results 1 to 3 of 3

Very simple VLOOKUP, but causing a lot of problem!

  1. #1
    Registered User
    Join Date
    08-06-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    20

    Very simple VLOOKUP, but causing a lot of problem!

    Hi all,

    I have, what I think at least, a very simple VLOOKUP problem. However, I just can't solve it, and it's driving me nuts. I have 2 sets of 2 columns, in other words 4 columns total. There is a blank column between the two columns. Each set of columns has the column heading Customer and Number, in that order. I am trying to match up the name of the customer in the first set of columns to the name in the 2nd set of columns, and return the number from the second column of the 2nd set into the blank column in the center.

    I am using the formula =VLOOKUP(A2,D:E,2), but it's giving weird data.

    I have uploaded a sample workbook with dummy variable, but everything else is set up as is in the original document. Any help would be greatly appreciated!

    Vlook up practice.xlsx

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 365
    Posts
    2,406

    Re: Very simple VLOOKUP, but causing a lot of problem!

    Just add "FALSE" argument in your formula, its means "Exact Match"

    Like this
    =VLOOKUP(A2,D:E,2,FALSE)

    hope it help

  3. #3
    Registered User
    Join Date
    08-06-2013
    Location
    usa
    MS-Off Ver
    Excel 2013
    Posts
    20

    Re: Very simple VLOOKUP, but causing a lot of problem!

    That did the trick, thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Indirect VLOOKUP Causing #REF
    By Fade-e in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-04-2013, 12:07 AM
  2. [SOLVED] One Line causing problem for one file
    By Tmc2159 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-17-2013, 05:38 PM
  3. Workbook_BeforeClose Event causing problem
    By j_Southern in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-25-2012, 07:51 AM
  4. Running simple VBA code causing screen errors
    By RickCornelisse in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 12-01-2009, 10:53 AM
  5. Password on VBA causing problem
    By Ken in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-13-2006, 11:30 PM

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