+ Reply to Thread
Results 1 to 3 of 3

List from a Row, Ignoring Blanks

  1. #1
    Registered User
    Join Date
    12-18-2018
    Location
    Phuket, Thailand
    MS-Off Ver
    Windows 11 - MS Office 365
    Posts
    88

    List from a Row, Ignoring Blanks

    I have data on a row like so:

    A6 | B6 | C6 | D6 | E6 | F6 | G6 | H6|
    xxx|yyy|-----|----| zzz|-----|aaa|-----|
    (whereas the values below are in the above cell)

    I would like the following result, ignoring all blanks on the row, from I6 onwards:

    I6 | J6 | K6 | L6 | M6 | N6 | O6 | P6 |
    xxx|yyy|zzz | aaa|----|----|----|----|

    I have created a sheet for your reference.

    Many thanks,

    Danny
    Attached Files Attached Files

  2. #2
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,422

    Re: List from a Row, Ignoring Blanks

    Here is a possibility with an extra empty column and a helper row under the original data.

    1. Create an empty column at the beginning
    2. Create a helper row under the original data. Try in B7 and copy to the right
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    3. De formula with desired result: Try in J7 and copy to the right :
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by HansDouwe; 09-05-2022 at 12:41 AM.

  3. #3
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,059

    Re: List from a Row, Ignoring Blanks

    I6=IFERROR(INDEX($A6:$H6,SMALL(IF($A6:$H6<>"",COLUMN($A6:$H6)-COLUMN($A6)+1,""),COLUMNS($A6:A6))),""), Ctrl+Shift+Enter to enter formula. Copy across.
    Last edited by josephteh; 09-05-2022 at 01:16 AM.

+ 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] SUMIF, ignoring blanks and find earliest date ignoring blanks
    By Chris_Devon in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-15-2019, 10:16 AM
  2. List non-blanks with criteria ignoring formulas
    By jayemar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-10-2017, 07:16 AM
  3. Need to sort a list alphabetically ignoring blanks
    By john dalton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-02-2016, 10:30 AM
  4. Array formula to list top performers ignoring blanks
    By Shellybelly in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-05-2015, 10:27 AM
  5. I want to sequentially number a list ignoring blanks
    By steveboyd in forum Excel General
    Replies: 2
    Last Post: 02-07-2014, 11:25 AM
  6. Function to Choose and List Values ignoring blanks and erros
    By k2i2 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-16-2013, 11:10 AM
  7. [SOLVED] Dividing list into quintiles, returning a value but ignoring blanks.
    By maxfiesta in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-06-2013, 12:42 PM

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