+ Reply to Thread
Results 1 to 5 of 5

I need help with a formula

Hybrid View

  1. #1
    Registered User
    Join Date
    03-17-2006
    Posts
    49

    I need help with a formula

    I want to find the information in column 'A' after finding the referenced cell i asked for.

    My search is for MS35206-230 but I want Column A returned

    Example

    Col A Col B Col C
    .05 Red MS35206-230

  2. #2
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    Try using INDEX and MATCH for your formula

    =INDEX(A1:A1000,MATCH("MS35206-230",C1:C1000,0),0)

  3. #3
    Registered User
    Join Date
    03-17-2006
    Posts
    49

    Further Explanation

    A1 A2

    Col 1 Col2 Col3 Col 4
    MS21044D9 AN365D918 AN365D918A MS20365D918
    MS21044N02 F22NM-256 F22NM-02
    MS21044N04 F22NM-440 F22NM-40 MS20365-440A

    I want to be able to type any part number in A1 and have it return the corresponding information in column a of that line in A2.

    I have a database of 25 columns and 50,000 lines.

    I understand VLOOKUP and HLOOKUP but they don't work for the obvious reasons.

    Thank You

  4. #4
    Registered User
    Join Date
    03-17-2006
    Posts
    49

    Please Help!

    Thank You!!!!

  5. #5
    Don Guillett
    Guest

    Re: I need help with a formula

    Use the MATCH function to find the row and then put inside the INDEX
    function

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "MrSales" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I want to find the information in column 'A' after finding the
    > referenced cell i asked for.
    >
    > My search is for MS35206-230 but I want Column A returned
    >
    > Example
    >
    > Col A Col B Col C
    > 05 Red MS35206-230
    >
    >
    > --
    > MrSales
    > ------------------------------------------------------------------------
    > MrSales's Profile:
    > http://www.excelforum.com/member.php...o&userid=32572
    > View this thread: http://www.excelforum.com/showthread...hreadid=523698
    >




+ 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