+ Reply to Thread
Results 1 to 2 of 2

Vlookup or match or if?

  1. #1
    Registered User
    Join Date
    05-20-2015
    Location
    USA
    MS-Off Ver
    2010
    Posts
    7

    Vlookup or match or if?

    I have a table formatted as such

    lookup.JPG

    How can i match A with G and move then place the corresponding H into C? I tried VLOOKUP but it skips the entry on row five because it is a duplicate....


    Thoughts?

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Vlookup or match or if?

    Not real sure what you're wanting to do.

    My best guess...

    Data Range
    A
    B
    C
    D
    E
    F
    G
    H
    1
    123
    dog
    house
    ------
    ------
    ------
    123
    house
    2
    1234
    cat
    house
    1234
    house
    3
    12346
    lion
    zoo
    12346
    zoo
    4
    12345
    mouse
    house
    12345
    house
    5
    12345
    mouse
    house


    This formula entered in C1 and copied down:

    =VLOOKUP(A1,G$1:H$4,2,0)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  2. [SOLVED] Vlookup to Pivot Table, using Match function, returns error if can't find match value
    By AndrewHowarth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-16-2015, 12:10 AM
  3. Replies: 2
    Last Post: 12-18-2014, 09:52 AM
  4. Replies: 3
    Last Post: 05-19-2014, 02:01 PM
  5. vlookup for finding out wrongly spelled names and yet match the match
    By catchnanan in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-03-2014, 04:29 PM
  6. Replies: 13
    Last Post: 12-13-2012, 11:44 AM
  7. Replies: 2
    Last Post: 03-16-2012, 12:03 PM

Tags for this Thread

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