+ Reply to Thread
Results 1 to 4 of 4

Find a value in a column and extract the coresponding value

  1. #1
    Registered User
    Join Date
    12-25-2010
    Location
    Bucharest, Romania
    MS-Off Ver
    Excel 2010
    Posts
    11

    Find a value in a column and extract the coresponding value

    Hi again.

    I have two columns, B25:B40 and C25:C40, both containing numbers.
    I want to search for the A18 number in the C25:C40 column and return the associated B value.

    So if A18 value is found to be equal with let's say C25 value, I want to return the B25 value.
    If A18=C26 return B26, and so on.
    Last edited by N-ter; 12-25-2010 at 11:17 AM.

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Find a value in a column and extract the coresponding value

    Maybe try...

    =INDEX($B$25:$B$40,MATCH($A$18,$C$25:$C$40,0))
    Last edited by jeffreybrown; 12-25-2010 at 11:02 AM.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    12-25-2010
    Location
    Bucharest, Romania
    MS-Off Ver
    Excel 2010
    Posts
    11

    Re: Find a value in a column and extract the coresponding value

    Thanks jeffreybrown.

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Find a value in a column and extract the coresponding value

    You're most welcome

+ 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