+ Reply to Thread
Results 1 to 3 of 3

Find value in range, return value from left adjacent cell

  1. #1
    Forum Contributor
    Join Date
    07-30-2012
    Location
    Leeds
    MS-Off Ver
    Excel 2013
    Posts
    177

    Find value in range, return value from left adjacent cell

    Hi all,

    I will use row 9 as the reference point here.

    I have a number in Q9

    I want to find that number in the range A9:F9 and then return the label which is in the adjacent cell (to the left).

    i.e. if the value in Q9 is found in D9 the formula would return the value in C9.

    It'd save me a huge amount of time if anyone can help me! Thanks in advance, Luke

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Find value in range, return value from left adjacent cell

    One way:

    =INDEX($A$9:$F$9,,MATCH(Q9,$A$9:$F$9,0)-1)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Find value in range, return value from left adjacent cell

    Maybe this...

    =INDEX(A9:E9,MATCH(Q9,B9:F9,0))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] How to find value >0 and return content of adjacent cell...
    By jmufes in forum Excel General
    Replies: 6
    Last Post: 03-06-2021, 02:24 AM
  2. Find smallest value in range and return adjacent values
    By bunchie3174 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-24-2016, 06:09 AM
  3. Replies: 3
    Last Post: 07-21-2015, 05:10 PM
  4. [SOLVED] Find first non-zero value in a column and return adjacent value in column to the left?
    By hchavous in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-24-2015, 06:11 AM
  5. [SOLVED] Find word in text string and return word adjacent to the left
    By eadamquinn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-06-2014, 03:22 PM
  6. [SOLVED] Find text in a column or range and return value of adjacent cell
    By chemoul in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-20-2012, 04:30 AM
  7. [SOLVED] Find first left condition and return a corresponding cell value
    By JohannesFust in forum Excel General
    Replies: 10
    Last Post: 04-10-2012, 06:27 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