+ Reply to Thread
Results 1 to 10 of 10

VLOOKUP help needed

  1. #1
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    VLOOKUP help needed

    I am using a VLOOKUP formula in columns C thru F in hopes that it will pull information from the cell in columns K thru O when data is entered in column A. It works with the exception that if the data inserted in A is not listed in K - O the cells will still populate from what appears to be the closest match. Forum help 2.xls

    I hope the sheet can better explain my desired results.
    Last edited by jondon; 11-02-2012 at 12:30 PM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: VLOOKUP help needed

    Try in C3.

    =IFERROR(INDEX(L$4:L$171,MATCH($A3,$K$4:$K$71,0)),"")

    Copy down and across.

    Edit: For Excel 2003, use this one.

    =IF(ISERROR(INDEX(L$4:L$171,MATCH($A3;$K$4:$K$71,0))),"",INDEX(L$4:L$171,MATCH($A3,$K$4:$K$71,0)))
    Last edited by Fotis1991; 11-02-2012 at 12:08 PM. Reason: Edit
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: VLOOKUP help needed

    I got this after dragging down.


    MLS5582 #NAME? #NAME? #NAME? #NAME?
    LTD5572 #NAME? test126 test226 test326
    MLB8583 #NAME? test137 test237 test337

  4. #4
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: VLOOKUP help needed

    I should mention I use Excel 2003.

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: VLOOKUP help needed

    See my edit in post2. You use Excel 2003 and IFERROR does not work .

  6. #6
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: VLOOKUP help needed

    Excel said if found an error and change it to...
    =IF(ISERROR(INDEX(L$4:L$171,MATCH($A3:$K$4:$K$71,0))),"",INDEX(L$4:L$171,MATCH($A3,$K$4:$K$71,0)))

    But then it said, that was a circular reference.

  7. #7
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,704

    Re: VLOOKUP help needed

    There is a colon between $A3 and $K$4 in the first MATCH expression - change this to a comma.

    Hope this helps.

    Pete

  8. #8
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: VLOOKUP help needed

    Take a look here.

    Edit:Thanks Pete
    Attached Files Attached Files
    Last edited by Fotis1991; 11-02-2012 at 12:23 PM. Reason: Edit.

  9. #9
    Registered User
    Join Date
    12-30-2011
    Location
    Mobile, al
    MS-Off Ver
    Excel 2013
    Posts
    42

    Re: VLOOKUP help needed

    Yes.. It works... Thank you very much. I will mark as solved, as soon as remember how.

  10. #10
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: VLOOKUP help needed

    You are welcome.

    Thanks for the reb*

+ 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