+ Reply to Thread
Results 1 to 5 of 5

Lookup value in colum return value in another row and colum

  1. #1
    Registered User
    Join Date
    06-29-2015
    Location
    perth
    MS-Off Ver
    365 and 2010
    Posts
    5

    Lookup value in colum return value in another row and colum

    HI

    I would like to know how to look up data in colum A and then return the value 2 rows down and 2 colums accross.

    If I find a match in a2 I want the value returned which is in c4.

    Please help

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Lookup value in colum return value in another row and colum

    =offset(A2,2,2)
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    06-29-2015
    Location
    perth
    MS-Off Ver
    365 and 2010
    Posts
    5

    Re: Lookup value in colum return value in another row and colum

    How do I specify the value to search for?

  4. #4
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,445

    Re: Lookup value in colum return value in another row and colum

    Hi,

    Lots of way to do this, but I would opt for

    =INDEX($B$1:$C$200,MATCH("Search term",$A$1:$A$200,0)+2,2)
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  5. #5
    Registered User
    Join Date
    06-29-2015
    Location
    perth
    MS-Off Ver
    365 and 2010
    Posts
    5

    Re: Lookup value in colum return value in another row and colum

    Thank you very much

+ 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] lookup 2nd last value in a colum based on cell value in same colum
    By ipaw in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-08-2014, 03:22 PM
  2. need a macro if row is text is constant then other colum shd copy n paste in other colum
    By uttam.mothe in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-05-2013, 12:17 PM
  3. Formula Help matchin colum a with colum b to display colum c
    By dbe82 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-08-2013, 10:11 PM
  4. copy and paste colum K to colom R and skip filled cells colum R
    By jdrmer in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-13-2012, 10:30 AM
  5. How to shift range of values from a colum to another colum at a programmed cell.
    By lolypop in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2007, 06:24 PM

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