+ Reply to Thread
Results 1 to 2 of 2

Return cell next to cell if its not 0

  1. #1
    Forum Contributor
    Join Date
    02-13-2013
    Location
    Columbia, SC
    MS-Off Ver
    Excel 2010
    Posts
    217

    Return cell next to cell if its not 0

    In column A, I have numbers 1-400. In column B, I have my data.

    I want to, in column C, return the value in column A for the first value in B that is greater than 0. How can I do this?

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,910

    Re: Return cell next to cell if its not 0

    Try:

    =INDEX(A:A,MATCH(1,INDEX(ISNUMBER(B:B)*(B:B>0),0),0))

+ 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. return multiple header cell values into one cell concatenated based on a cell value
    By anchuri_chaitanya in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-13-2016, 10:27 PM
  2. search cell text in another cell string and return other cell
    By is2_egypt in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-14-2016, 05:30 PM
  3. [SOLVED] if a cell value in a range equals another cell, then return a value left of a cell
    By pasqualebaldi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-07-2015, 02:29 PM
  4. Replies: 5
    Last Post: 06-01-2015, 03:38 PM
  5. If cell matches any cell in range return a cell within the same row.
    By archilles89 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 01-16-2015, 10:57 AM
  6. FORMULA HELP - If Cell Equal Another Cell, Return value next to that cell
    By scoochUM in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-22-2014, 10:09 PM
  7. Replies: 0
    Last Post: 02-20-2012, 09:43 AM

Tags for this Thread

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