+ Reply to Thread
Results 1 to 6 of 6

Extract and return a those items which does not have empty cells and rows.

  1. #1
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Extract and return a those items which does not have empty cells and rows.

    Hi,

    Required a formula help to return and extract those items which does not have empty cells and rows as per data contains column B to D.


    Sample sheet with desired results attached.



    Thanks,
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Extract and return a those items which does not have empty cells and rows.

    Put this formula in E6:

    =IF(COUNTIF(B6:D6,""),"",MAX(E$5:E5)+1)

    Copy down to the bottom of your data. Then you can use this formula in F6:

    =IFERROR(INDEX(B:B,MATCH(ROWS($1:1),$E:$E,0)),"")

    Copy across and down, as required.

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: Extract and return a those items which does not have empty cells and rows.

    Thanks pete UK for your formula solution.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,723

    Re: Extract and return a those items which does not have empty cells and rows.

    You're welcome - glad to help.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Thanks for the rep, as well.

    Pete
    Last edited by Pete_UK; 11-30-2020 at 12:44 PM.

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Extract and return a those items which does not have empty cells and rows.

    For MS365 Please try

    =FILTER(B6:D17,NOT(MMULT(--(B6:D17=""),SEQUENCE(COLUMNS(B6:D17),,,0))))
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: Extract and return a those items which does not have empty cells and rows.

    Thanks Bo ry for another option solution.

+ 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. Formula to Return Results without any Empty Rows
    By HangMan in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-08-2016, 04:36 AM
  2. [SOLVED] Formula to return N for cells with 0 and empty cells, and Y for cells with data
    By stpeter in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-13-2016, 05:20 PM
  3. Return all rows with at least one empty cell
    By amartinez988 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-07-2015, 01:49 PM
  4. [SOLVED] Extract Unique Items (No VBA/No Helper Cells)
    By NeedForExcel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-24-2015, 03:09 AM
  5. [SOLVED] extract only certain values from a list which contains empty rows
    By Teaorchid in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-19-2013, 06:13 PM
  6. [SOLVED] Extract values from a list containing empty cells
    By Bibendum in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2012, 11:59 AM
  7. Listing Items Without Empty Cells
    By hjlewallen in forum Excel General
    Replies: 3
    Last Post: 11-12-2011, 07:17 AM

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