+ Reply to Thread
Results 1 to 2 of 2

check the value of a cell in a range and return column values of that row

  1. #1
    Registered User
    Join Date
    12-19-2012
    Location
    india
    MS-Off Ver
    MS 365
    Posts
    31

    check the value of a cell in a range and return column values of that row

    hi friends

    i have an issue i want to check a value of b13 cell exactly in range of cells D3:D8 and return the values of the columns I3:i7 & J3:J7 in that row to separate cells L3 and M3 . Please kindly help me thanks in advance


    Thanks & Regards

    Green
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: check the value of a cell in a range and return column values of that row

    in L3
    =INDEX(I3:J8,MATCH(B13,D3:D8,0),1)

    in M3
    =INDEX(J3:J8,MATCH(B13,D3:D8,0),1)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

+ 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. Replies: 2
    Last Post: 05-28-2013, 06:26 AM
  2. Check if cell range has value and return text
    By Postlki1 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-20-2013, 04:52 AM
  3. Check values in two cells and return value of a third cell - Simple?
    By rhybeka in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-14-2013, 11:41 AM
  4. Macro button - check a column values and return msg box
    By jimjaix in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-18-2009, 04:05 PM
  5. Check instances of a range of values in a column
    By Huwbob in forum Excel General
    Replies: 11
    Last Post: 09-30-2008, 10:30 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