+ Reply to Thread
Results 1 to 12 of 12

Concatenate Multiple Cell Values if Condition Is Met

  1. #1
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Concatenate Multiple Cell Values if Condition Is Met

    Attached is a sample of the file
    Attached Files Attached Files
    Last edited by Kimston; 09-17-2020 at 08:58 PM.

  2. #2
    Forum Contributor
    Join Date
    03-18-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2016 / 2019
    Posts
    251

    Re: Concatenate Multiple Cell Values if Condition Is Met

    Hi Kimston,

    upload a sample with the desire answer will be easier for us to provide solution

    Thank you !
    Christopher Yap

  3. #3
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Re: Concatenate Multiple Cell Values if Condition Is Met

    Thank you BluSky63 for looking into this. Let me know if the sample helps you.

  4. #4
    Forum Contributor
    Join Date
    03-18-2014
    Location
    Singapore
    MS-Off Ver
    Excel 2016 / 2019
    Posts
    251

    Re: Concatenate Multiple Cell Values if Condition Is Met

    Hi Kimston,

    Not sure whether this is what you want, if you got other scenarios then will need to tweak the IF formula with other excel commands
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Re: Concatenate Multiple Cell Values if Condition Is Met

    This is what I'm looking for. I would like to add if K column has the word "no", then the result in N should say, "No action need."
    Thank you so much BlueSky63!

  6. #6
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Re: Concatenate Multiple Cell Values if Condition Is Met

    SkyBlue63,
    I noticed that in the sample you provide, it didn't include the word or statement in between the result in column N.
    I"m looking for an end result as follow:
    IF(K2="no","",K2="yes",""&B2&" has "&F2&" PO # "&C2&" it is"&I2&" at"&J2&" to",K2="","")

  7. #7
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Concatenate Multiple Cell Values if Condition Is Met

    Generally:

    =IF(K2="NO","No action needed",CONCATENATE(...))
    Quang PT

  8. #8
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Re: Concatenate Multiple Cell Values if Condition Is Met

    bebo, how would you add this in between
    &B2&" has "&F2&" PO # "&C2&" it is"&I2&" at"&J2&"
    Thank you

  9. #9
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Concatenate Multiple Cell Values if Condition Is Met

    Is is simple?

    =IF(K2="NO","",B2&" has "&F2&" PO # "&C2&" it is"&I2&" at "&J2)

  10. #10
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Re: Concatenate Multiple Cell Values if Condition Is Met

    I was able to use =IF(K2="NO","",B2&" has "&F2&" PO # "&C2&" it is"&I2&" at "&J2&"). the only thing I don't see if I select "NO", is the word "No action needed".

  11. #11
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Concatenate Multiple Cell Values if Condition Is Met

    =IF(K2="NO","No Action needed",B2&" has "&F2&" PO # "&C2&" it is"&I2&" at "&J2)
    Does it work?

  12. #12
    Forum Contributor
    Join Date
    02-20-2011
    Location
    Candada
    MS-Off Ver
    Microsoft Office 365
    Posts
    174

    Re: Concatenate Multiple Cell Values if Condition Is Met

    Yes it did. Thank you so much bebo.

+ 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] Concatenate multiple cell values with row variable
    By eSmith313 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-14-2015, 12:26 PM
  2. [SOLVED] Need to concatenate multiple cells if a condition is met
    By Gssoc777 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-25-2015, 09:42 AM
  3. Replies: 10
    Last Post: 07-25-2015, 01:41 PM
  4. Replies: 3
    Last Post: 07-24-2014, 01:58 AM
  5. Concatenate multiple cell values based on matching adjacent cells
    By mkrzy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-10-2013, 02:40 AM
  6. Replies: 1
    Last Post: 12-20-2012, 04:18 PM
  7. [SOLVED] Concatenate cell values based on condition
    By alexandruc in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 04-06-2012, 07:01 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