+ Reply to Thread
Results 1 to 3 of 3

Returning non blank cells fro multiple worksheets

  1. #1
    Registered User
    Join Date
    12-23-2013
    Location
    Calgary, Alberta
    MS-Off Ver
    Excel 2010
    Posts
    85

    Returning non blank cells fro multiple worksheets

    Hey,

    I am looking to write a formula to return non blank cells from multiple worksheets. The slight complication is that I need to return the value that is in the non blank cell, and the value of the cell to the right.

    In the attached document, I am looking to return the non blank values from the tables on sheet 1, sheet 2, and sheet 3 into the blue highlighted columns (G,H) on the final tab. As you can see, if the cell is non blank, I need the name and the segment to be returned.

    If that is not possible, there is the option of using the table on the final tab which just pulls all of the values from the different worksheets into one table. From there, I still have the same problem of getting rid of the non blank cells from two columns

    Cheers,
    B
    Attached Files Attached Files

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

    Re: Returning non blank cells fro multiple worksheets

    In G3, try

    =IFERROR(INDEX(C$3:C$38,SMALL(IF($D$3:$D$38<>"",ROW($C$3:$C$38)-(ROW($C$3)-1)),ROWS($A$1:$A1))),"") Ctrl Shift Enter
    Drag this over to H3 and then down as far as needed.

    This does depend on the table to the left (which can be hidden if you choose).

  3. #3
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2505
    Posts
    1,521

    Re: Returning non blank cells fro multiple worksheets

    Check out this thread:

    https://www.excelforum.com/excel-for...ter-sheet.html

+ 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] Blank cells not returning a blank value...
    By Losguapos1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-10-2014, 11:01 AM
  2. Function returning cells containing text and omitting blank cells.
    By reszax in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-25-2013, 03:15 PM
  3. Pasting cells into the body of an e-mail returning blank cells
    By Sccye in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-03-2012, 08:21 AM
  4. vlookup returning blank cells?
    By ajwpurevisibility in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-09-2011, 11:36 AM
  5. returning blank cells
    By Talbot in forum Excel General
    Replies: 6
    Last Post: 12-02-2009, 06:37 AM
  6. returning blank cells in an IF function
    By Squeky in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-25-2006, 10:00 PM
  7. returning blank cells
    By menphee in forum Excel General
    Replies: 2
    Last Post: 08-27-2005, 02:05 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