Closed Thread
Results 1 to 4 of 4

Concatenating If's

  1. #1
    Registered User
    Join Date
    10-24-2005
    Location
    Lake Forest, CA
    MS-Off Ver
    2007
    Posts
    56

    Unhappy Concatenating If's


    OK, L7 through L11 and O7 through O11 contains text
    M7 through M11 and N7 through N11 contains a Data validation rule. The Value will be Yes or Blank

    The user can select Yes in cells M7:M12 and/or N7:N12

    I need to concatenate the values of the options they have selected.

    =CONCATENATE(IF(M7="Yes",L7,IF(N7="yes",O7,IF(M8="yes",L8,IF(N8="Yes",O8,IF(M9="yes",L9,IF(N9="Yes",O9,IF(M10="yes",L10,IF(N10="Yes",O10,IF(M11="yes",L11,IF(N11="Yes",O11)))))))))))

    This will only return the first value they selected yes for. If they select more than one by entering yes into more than one field, I need the text from L7 through L11 and O7 through O11 concatenated.

    Michelle

  2. #2
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Concatenating If's

    Is there a reason why you post in the Outlook forum??

  3. #3
    Registered User
    Join Date
    10-24-2005
    Location
    Lake Forest, CA
    MS-Off Ver
    2007
    Posts
    56

    Re: Concatenating If's

    Wrong forum? So Sorry! I was in the Excel Workbook forum and had to refresh my browser because I stepped away for a while. I didn't realize ir placed me into another forum!

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Concatenating If's

    Closing this post, a new thread has been started

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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