+ Reply to Thread
Results 1 to 4 of 4

Find value in first non blank cell

  1. #1
    Registered User
    Join Date
    07-03-2015
    Location
    usa Missouri
    MS-Off Ver
    Excell 2016
    Posts
    20

    Find value in first non blank cell

    I've been trying to enter a formula to find the value in the first non blank cell in a row. For example, if cell B2, C2 & D2 are blank but E2 has a value, what formula would i use to copy that value into A2

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Find value in first non blank cell

    Here's one option:

    =INDEX(B2:G2,MATCH(TRUE,B2:G2<>"",0)) Ctrl Shift Enter

    or

    =INDEX(B2:G2,INDEX(MATCH(TRUE,B2:G2<>"",0),0))

  3. #3
    Registered User
    Join Date
    07-03-2015
    Location
    usa Missouri
    MS-Off Ver
    Excell 2016
    Posts
    20

    Re: Find value in first non blank cell

    Thanks, I was close, but couldn't get the formula to work. Your formula works perfectly. thanks again

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Find value in first non blank cell

    You're welcome. Happy to help.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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: 4
    Last Post: 05-15-2014, 09:32 AM
  2. Find blank cell, insert formula to find median of above cell range
    By lilyeye in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-05-2013, 11:58 AM
  3. [SOLVED] VBA to find blank cell then copy data next to blank cell
    By unreal_event_horizon in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-21-2012, 05:46 AM
  4. [SOLVED] Find first non-blank cell after a group of blanks copy offset cells, find next blank, loop
    By gwsampso in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 10-21-2012, 06:11 AM
  5. Find a blank cell and calculate the average of all cells above till the next blank
    By joshnathan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-27-2012, 11:51 AM
  6. Find first blank cell in column if rightmost cell is non blank
    By Mothman in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-19-2010, 02:22 AM
  7. [SOLVED] find the first and last non blank cell in a row
    By Allan from Melbourne in forum Excel General
    Replies: 3
    Last Post: 05-19-2006, 08:15 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