+ Reply to Thread
Results 1 to 4 of 4

Return Last Non Blank Value (Data is not in a range)

  1. #1
    Forum Contributor
    Join Date
    07-16-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    378

    Return Last Non Blank Value (Data is not in a range)

    Hello,

    I need your help to figure out how to return a last value in a non blank cell (and the data is not in a range situation).

    I attached a sample data for your reference. The expected results are reflected in column K in the file.

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,124

    Re: Return Last Non Blank Value (Data is not in a range)

    How about
    =LOOKUP(2,1/(C3:J3<>""),C3:J3)

  3. #3
    Forum Contributor
    Join Date
    07-16-2012
    Location
    Fort Worth, Texas
    MS-Off Ver
    Excel 2010
    Posts
    378

    Re: Return Last Non Blank Value (Data is not in a range)

    Quote Originally Posted by Fluff13 View Post
    How about
    =LOOKUP(2,1/(C3:J3<>""),C3:J3)
    Thank you. Instead of C3:J3 range, can I limit it within cell C, E, G, I only?
    Other cells may have other data that I don't want them to be involved.

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,124

    Re: Return Last Non Blank Value (Data is not in a range)

    How about
    =LOOKUP(2,1/((C3:J3<>"")*(ISNUMBER(SEARCH("status",$C$2:$J$2)))),C3:J3)

+ 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] If two cells are blank then return blank, else vlookup cell with populated data
    By Jason G in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-06-2017, 10:20 AM
  2. [SOLVED] Cells in a range are all not blank, return maximum value (date), If 1 blank return 0
    By Matt1998 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-19-2016, 11:14 AM
  3. [SOLVED] Go to right thru a range and skip all blank cells, return value of first non-blank in rang
    By mysticmoron109 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-16-2015, 03:47 PM
  4. [SOLVED] Return the min date in a range where an adjacent range is blank
    By ExcelRookies in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-07-2014, 01:32 PM
  5. Replies: 1
    Last Post: 09-04-2013, 07:23 AM
  6. Count range for Text and return a Blank if Blank Range
    By mjfox52610 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-06-2013, 10:04 AM
  7. [SOLVED] Sumif to return a blank if sum range is blank
    By [email protected] in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-25-2006, 05: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