+ Reply to Thread
Results 1 to 6 of 6

Formula to Return cell adress for next non-blank cell in a range

  1. #1
    Registered User
    Join Date
    09-02-2016
    Location
    Florida
    MS-Off Ver
    2007 2013
    Posts
    4

    Formula to Return cell adress for next non-blank cell in a range

    I need a formula to find the Cell Address after the first non blank cell in a column of text values that has blanks in it?
    Last edited by jmca2000; 09-02-2016 at 07:43 PM.

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

    Re: Formula to Return cell adress for next non-blank cell in a range

    Try ...

    ="A"&MIN(IF((A1:A100="")*(A2:A101<>""),ROW(A2:A101),""))

    Enter with Ctrl+Shift+Enter.
    Last edited by Phuocam; 09-02-2016 at 11:15 PM.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula to Return cell adress for next non-blank cell in a range

    Maybe this...

    Data Range
    A
    B
    1
    Header
    A7
    2
    data
    ------
    3
    4
    5
    6
    7
    data
    8
    data
    9
    10
    data


    This array formula** entered in B1:

    =ADDRESS(SMALL(IF(A2:A10<>"",ROW(A2:A10)),2),1,4)

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    09-02-2016
    Location
    Florida
    MS-Off Ver
    2007 2013
    Posts
    4

    Re: Formula to Return cell adress for next non-blank cell in a range

    Thank You...

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Formula to Return cell adress for next non-blank cell in a range

    You're welcome!

  6. #6
    Registered User
    Join Date
    09-02-2016
    Location
    Florida
    MS-Off Ver
    2007 2013
    Posts
    4

    Re: Formula to Return cell adress for next non-blank cell in a range

    Thank You...

+ 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. Find values in cell and return adress
    By cvelle89 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 09-15-2015, 05:15 AM
  2. VBA to return the msgbox with cell adress
    By shiva_reshs in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-05-2015, 08:35 AM
  3. Replies: 3
    Last Post: 11-18-2014, 12:19 PM
  4. Replies: 1
    Last Post: 09-04-2013, 07:23 AM
  5. Return cell adress
    By joodkap in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-15-2010, 01:12 AM
  6. Cell adress for next non-blank cell in a range?
    By toreadore in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-28-2006, 07:45 AM
  7. Return cell adress for next non-blank cell in a range
    By toreadore in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-28-2006, 07:40 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