+ Reply to Thread
Results 1 to 6 of 6

Retun values from non blank cells and combine results from multiple cells

  1. #1
    Registered User
    Join Date
    04-16-2019
    Location
    France
    MS-Off Ver
    2013
    Posts
    2

    Retun values from non blank cells and combine results from multiple cells

    Hello,

    Apologies if my description is not clear (it is super clear in my head!)

    I am trying to build a formula that looks at a series of cells and returns the description of the non blank cells. I can write a formula if only had to check 1 cell --> IF(ISBLANK(D3), " ", D2) but I have multiple cells and in some cases there are values in more than one cell.

    Attached the excel that will probably be clearer than my explanation.

    Thanks all
    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,704

    Re: Retun values from non blank cells and combine results from multiple cells

    You can use this formula in cell J3:

    =SUBSTITUTE(IF(B3="","",B$2&"/")&IF(C3="","",C$2&"/")&IF(D3="","",D$2&"/")&IF(E3="","",E$2&"/")&IF(F3="","",F$2&"/")&IF(G3="","",G$2&"/")&IF(H3="","",H$2&"/")&IF(I3="","",I$2&"/")&"/","//","")

    then copy down.

    Note that you may have to change the commas ( , ) in the formula to semicolons ( ; ), depending on your regional settings.

    Hope this helps.

    Pete

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Retun values from non blank cells and combine results from multiple cells

    Hi

    not sure you can exploit TEXTJOIN on your Excel version...a possible approach could be:

    =IFERROR(INDEX($B$2:$I$2,AGGREGATE(15,6,COLUMN(B:I)-1/(B3:I3<>0),1)),"")&IFERROR("/"&INDEX($B$2:$I$2,AGGREGATE(15,6,COLUMN(B:I)-1/(B3:I3<>0),2)),"")&IFERROR("/"&INDEX($B$2:$I$2,AGGREGATE(15,6,COLUMN(B:I)-1/(B3:I3<>0),3)),"")


    to get the fourth istance and so on


    &IFERROR("/"&INDEX($B$2:$I$2,AGGREGATE(15,6,COLUMN(B:I)-1/(B3:I3<>0),4)),"")


    Regards
    Last edited by canapone; 04-17-2019 at 05:09 AM.
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  4. #4
    Registered User
    Join Date
    04-16-2019
    Location
    France
    MS-Off Ver
    2013
    Posts
    2

    Re: Retun values from non blank cells and combine results from multiple cells

    SUPER!! Works great. Thanks so much!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,458

    Re: Retun values from non blank cells and combine results from multiple cells

    TEXTJOIN is available only in the Office 365 subscription model and the 2019 Desktop version.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Forum Expert KOKOSEK's Avatar
    Join Date
    08-03-2018
    Location
    Pole in Yorkshire, UK
    MS-Off Ver
    365/2013
    Posts
    2,742

    Re: Retun values from non blank cells and combine results from multiple cells

    As I see you've got Excel2013 so you can't use TEXTJOIN.
    Put this into VBA module:

    Please Login or Register  to view this content.
    and then, You put into J3:

    Please Login or Register  to view this content.
    accept with Ctrl+Shift+Enter (array function, you should get { } around formula).
    Then drag it down as needed.
    Happy with my answer * Add Reputation.
    If You are happy with solution, please use Thread tools and mark thread as SOLVED.

+ 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. Advanced Filter to show all Results, even Rows with Multiple Blank Cells
    By bellaexcel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-14-2018, 01:25 PM
  2. Sub to remove duplicate IDs and combine multiple lookup results into single cells
    By Max, Singapore in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-19-2017, 04:30 AM
  3. [SOLVED] Need to combine cells to one string of text if duplicate values exist in multiple cells
    By Chris McGlothen in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 02-17-2017, 09:13 PM
  4. [SOLVED] Combine text in multiple cells if not blank
    By Perk1961 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-09-2017, 10:26 PM
  5. [SOLVED] Combine multiple cells text into one cell, skip blank cells.
    By T15K in forum Excel General
    Replies: 6
    Last Post: 12-05-2014, 09:49 PM
  6. Combine text in multiple cells if adjacent column is blank
    By problematic in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-10-2012, 01:52 PM
  7. Replies: 3
    Last Post: 04-27-2011, 12:59 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