+ Reply to Thread
Results 1 to 6 of 6

Excel Formula: Index Array Formula, Skip Cells

  1. #1
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    110

    Excel Formula: Index Array Formula, Skip Cells

    Hi,

    I have formulated cells between BR18:BR14017 (formulas within the cells are basic IF value then show, otherwise blank). However within that range there are several blank cells between cells with actual data.


    BR18 = Formula returned: Math
    BR19 = Formula returned: Blank
    BR20 = Formula returned: Blank
    BR21 = Formula returned: Blank
    BR22 = Formula returned: Blank
    BR23 = Formula returned: English


    My goal is to have a formula between EH3:EH14002 that would only show the non-blank returned cells - in the above example:

    Math
    English
    Last edited by clprdctn; 08-04-2016 at 09:35 AM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Excel Formula: Index Array Formula, Skip Cells

    why not use the built in filter and filter on non blank (click of blank).
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    110

    Re: Excel Formula: Index Array Formula, Skip Cells

    Can't use the filter only those with data will be mirrored to another sheet.

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

    Re: Excel Formula: Index Array Formula, Skip Cells

    Try this array formula** entered in EH3:

    =IFERROR(INDEX(BR:BR,SMALL(IF(BR$18:BR$14017<>"",ROW(BR$18:BR$14017)),ROWS(EH$3:EH3))),"")

    ** 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.

    I almost forgot...

    Copy down until you get blanks!
    Last edited by Tony Valko; 08-02-2016 at 02:09 PM.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Contributor
    Join Date
    02-19-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    110

    Re: Excel Formula: Index Array Formula, Skip Cells

    Thank you Sir! this is it.

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

    Re: Excel Formula: Index Array Formula, Skip Cells

    You're welcome. Thanks for the feedback!

+ 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] Help with an array formula to skip blank cells.
    By thianphat in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-28-2015, 04:34 PM
  2. Array formula to skip cells based on a value
    By carlymcl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-04-2015, 11:20 PM
  3. A Formula to skip blank cells (array?)
    By nemo74 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2013, 12:44 PM
  4. [SOLVED] index formula needed--how to get a formula to skip columns
    By rsmidtisu in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-02-2012, 11:22 AM
  5. Replies: 2
    Last Post: 06-20-2012, 12:22 PM
  6. formula(excel) to skip cells having - number and add + one
    By anthonylaw in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-25-2005, 02:05 PM
  7. [SOLVED] formula in excel to skip cells having - number and add only +
    By anthonylaw in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-25-2005, 02:05 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