+ Reply to Thread
Results 1 to 4 of 4

Lookup specific text value and return value from adjacent cell

  1. #1
    Registered User
    Join Date
    10-17-2017
    Location
    Canada
    MS-Off Ver
    Excel 2016 for Mac
    Posts
    1

    Lookup specific text value and return value from adjacent cell

    Hey everyone,

    I'm currently trying to return a cell value based on the text from the column next to it. In the screenshot attached it shows the bettings odds of two teams playing - based on the team I'm betting for in cell F3 (CHI), I want to lookup the value and return the odds corresponding to that team (E3, 2.10). Is there a better way to set up the table in order to do this?

    Thanks!
    Attached Images Attached Images

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Lookup specific text value and return value from adjacent cell

    Here's one option. In G3:

    =SUMIF(B3:D3,F3,C3:E3)

  3. #3
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Lookup specific text value and return value from adjacent cell

    =INDEX(B3:F3,1,MATCH(F3,B3:E3)+1)

    in G3

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Lookup specific text value and return value from adjacent cell

    Thanks for the rep!

    If that solved your question, please mark this thread as SOLVED.

+ 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. If A Range Contains Specific Text, Return Adjacent Cell Value
    By Wallace113 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-10-2017, 11:51 AM
  2. Replies: 3
    Last Post: 08-16-2016, 07:58 AM
  3. lookup name and return value in adjacent cell
    By jaffacakes in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-25-2016, 05:46 AM
  4. Find specific value in Row, Return Text from Adjacent Cell
    By oneforfive in forum Excel General
    Replies: 5
    Last Post: 07-21-2015, 03:57 PM
  5. Search for specific value in a row, then return content og adjacent cell
    By linaudio in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-20-2013, 09:11 AM
  6. [SOLVED] Find Specific Text in Text String and Return Value in Adjacent Column
    By watchouse in forum Excel General
    Replies: 2
    Last Post: 07-11-2012, 03:53 PM
  7. [SOLVED] Lookup Function to Return Values in Adjacent Cell?
    By TCstr8 in forum Excel General
    Replies: 2
    Last Post: 03-30-2012, 11:54 AM

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