+ Reply to Thread
Results 1 to 5 of 5

Lookup Match assistance

  1. #1
    Registered User
    Join Date
    11-14-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2007
    Posts
    3

    Exclamation Lookup Match assistance

    I am a bit confused with lookup/match and the lookup wizard in excel 07 does not seem to allow multiple sheets properly.

    What I need is for cell B2:BXXXX on Sheet 2 to run the following and display the answer
    compare Cell A2:AXXXX on sheet 2 to the values on D2:D30000 on sheet 3, finding the exact match only
    if exact match is found, return the entire contents of Cell L2:L30000 on sheet 3 where the row is the matching row from D2:D30000
    If no match is found, return #N/A is fine

    example
    Sheet 2
    90336-N 32(formula is here)
    90336-R #N/A (formula is copy down'ed this entire column)

    D L
    90336-N 32
    90336 12
    90336-Q 8

    any help? - the entire sheet has alot of financial data as well as company databases that I cannot post, the data above is just simply some "fluff"

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Lookup Match assistance

    Try

    =VLOOKUP(A2,D2:L30000,9)
    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    10-31-2012
    Location
    Maryland, USA
    MS-Off Ver
    Excel 2003/2007
    Posts
    145

    Re: Lookup Match assistance

    Wadafruck,

    I think this might be what your looking for. Let me know if I got it wrong and I will see what I can do to fix it!


    Simeon
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    11-14-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Lookup Match assistance

    Quote Originally Posted by simeon.hruby View Post
    Wadafruck,

    I think this might be what your looking for. Let me know if I got it wrong and I will see what I can do to fix it!


    Simeon
    not quite, but it got me close enough that I could fiddle with it and figure it out from here! Thanks a ton!
    =IFERROR(INDEX('QB INPUT'!$D$2:$L$30000,MATCH(Calculations!A3,'QB INPUT'!$D$2:$D$30000,0),9),"")

  5. #5
    Forum Contributor
    Join Date
    10-31-2012
    Location
    Maryland, USA
    MS-Off Ver
    Excel 2003/2007
    Posts
    145

    Re: Lookup Match assistance

    Glad I could help!

    Don't hesitate to ask if you need anything else!


    Simeon

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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