+ Reply to Thread
Results 1 to 6 of 6

Concatenate + If + Filter Out Just "yes"

  1. #1
    Registered User
    Join Date
    11-24-2012
    Location
    Canada BC
    MS-Off Ver
    Excel 2013
    Posts
    6

    Concatenate + If + Filter Out Just "yes"

    Hi,

    Is there a better way of doing this?

    Basically just want to return the "Yes"s with the name of the return.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-02-2013
    Location
    Québec
    MS-Off Ver
    Excel 2003, 2007, 2013
    Posts
    1,412

    Re: Concatenate + If + Filter Out Just "yes"

    Hi,
    If I understand correctly, try this formula in J5.
    Else provided expected result.

    Please Login or Register  to view this content.
    GC Excel

    If this post helps, then click the star icon (*) in the bottom left-hand corner of my post to Add reputation.

  3. #3
    Registered User
    Join Date
    11-24-2012
    Location
    Canada BC
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Concatenate + If + Filter Out Just "yes"

    Hey,

    Not what I meant, but thanks anyways and for your efforts. I want to essentially:

    a) combine columns J, L, N by taking just the "YES"s.
    b) no numbers

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Concatenate + If + Filter Out Just "yes"

    your request is still unclear, but maybe this...
    =IF(I5>0,"YES","NO")&" "&IF(K5>0,"YES","NO")&" "&IF(M5>0,"YES","NO")

    If this not what you want, please provide a few samples of your you want
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Registered User
    Join Date
    11-24-2012
    Location
    Canada BC
    MS-Off Ver
    Excel 2013
    Posts
    6

    Re: Concatenate + If + Filter Out Just "yes"

    Column B is what I want - just wondering if theres a better way

    The type of returns are displayed in one column, but only the yeses.

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Concatenate + If + Filter Out Just "yes"

    aahh OK thanks.

    I would probably change your formulas to this...
    J5=IF(I5>0,"Net","")
    L5=IF(K5>0,"gross","")
    N5=IF(M5>0,"Total","")

    Then change your concat to this
    =TRIM(J5&" "&L5&" "&N5)

+ 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. Replies: 7
    Last Post: 03-17-2014, 01:51 PM
  2. [SOLVED] Find "__"x"__" regardless of digits. The anti-concatenate....
    By esmithqg in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-02-2013, 10:42 PM
  3. Replies: 4
    Last Post: 10-29-2009, 12:08 PM
  4. Replies: 0
    Last Post: 07-17-2006, 09:45 AM
  5. "Criteria Range" in the "Data/Filter/Advanced Filter" to select Du
    By TC in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-11-2005, 10:06 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