+ Reply to Thread
Results 1 to 2 of 2

Return values from other rows for column which shows TRUE value in row.

  1. #1
    Registered User
    Join Date
    04-25-2015
    Location
    Ontario, Canada
    MS-Off Ver
    2016
    Posts
    72

    Return values from other rows for column which shows TRUE value in row.

    So I am looking to to find which column has a TRUE value for a given row, then return information for the column from other rows. It feels like an index/match turned sideways, to me.

    In the sample, I was to return the Type from row 1, and the Output from row 2. I've typed in the expected values, but there is no formula in those columns atm.

    This feels like it should be easy but for some reason I am struggling. Thanks
    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: Return values from other rows for column which shows TRUE value in row.

    It is INDEX/MATCH
    MATCH to return the column number and then an INDEX on that from row 1 and 2

    in F3
    =INDEX(A$1:E$1,1,MATCH(TRUE,A3:E3,0))
    in G3
    =INDEX(A$2:E$2,1,MATCH(TRUE,A3:E3,0))

    and copy these formulas down the columns
    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. [SOLVED] Formula shows as True, should shows as False
    By Eduards in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 11-07-2018, 12:11 PM
  2. Replies: 3
    Last Post: 08-16-2018, 06:07 AM
  3. Return distinct values from column where if statement is true
    By eoindub in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2014, 08:54 AM
  4. If two cells contain any values then return TRUE
    By djarcadian in forum Excel General
    Replies: 2
    Last Post: 11-13-2014, 03:36 PM
  5. Replies: 1
    Last Post: 07-03-2013, 12:14 AM
  6. Function to search Column for a range of values and return TRUE or FALSE
    By BamBamMoneyBags in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-05-2013, 05:59 AM
  7. if multiple values same/others different, return true
    By Jshendel in forum Excel General
    Replies: 7
    Last Post: 08-21-2006, 01:15 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