+ Reply to Thread
Results 1 to 9 of 9

Consolidating multiple different text values into fewer values (IF cells contain X, then…)

  1. #1
    Registered User
    Join Date
    08-02-2013
    Location
    Germany
    MS-Off Ver
    14.3.5 Mac
    Posts
    9

    Consolidating multiple different text values into fewer values (IF cells contain X, then…)

    I am consolidating a list that contains several values in a column into fever values in another column.

    Basically there is in column A
    Region 01 – bla bla bla
    Region 01 – bla bla
    Region 01 – bla
    Region 02 – bla bla bla
    Region 02 – bla bla
    Region 02 – bla


    What I want is to put in the same row, column B
    Region North (for all regions containing Region 01)
    Region South (for all regions containing Region 01)

    Happy for solutions. Thanks.
    Attached Images Attached Images

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

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    If I understood your request correctly, in B2, try this:

    =LEFT(MID(A2,FIND("-",A2)+2,LEN(A2)),FIND(",",MID(A2,FIND("-",A2)+2,LEN(A2)))-1)

  3. #3
    Registered User
    Join Date
    08-02-2013
    Location
    Germany
    MS-Off Ver
    14.3.5 Mac
    Posts
    9

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    thx – this actually returns an "The formula you typed contains an error." I am using Excel for Mac. I am a vary basic, occasional excel user and don't understand the working of this formula at all.

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

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    If you upload the actual worksheet (instead of just a picture of it), I will input the formula and then upload the worksheet with the formula applied.

    It is possible that our regional settings are different which is causing the error.

    I will put a simpler formula on there as well.

  5. #5
    Registered User
    Join Date
    08-02-2013
    Location
    Germany
    MS-Off Ver
    14.3.5 Mac
    Posts
    9

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    wow – super helpful!
    Attached Files Attached Files

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

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    Here are 3 formulas that return "North West", "East", "West", "Mid", "South West", or "South East".
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    08-02-2013
    Location
    Germany
    MS-Off Ver
    14.3.5 Mac
    Posts
    9

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    this works perfectly –*thanks a million.

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

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    You're welcome, happy to help. Thanks for the rep!

    If that solved your question, please mark this thread as SOLVED.

  9. #9
    Registered User
    Join Date
    08-02-2013
    Location
    Germany
    MS-Off Ver
    14.3.5 Mac
    Posts
    9

    Re: Consolidating multiple different text values into fewer values (IF cells contain X, th

    done, and will do in the future. More questions to come!

+ 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] 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
  2. [SOLVED] Extracting Multiple Number Values from Text cells into separate cells
    By skydoc in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-14-2016, 10:14 AM
  3. Replies: 2
    Last Post: 05-26-2015, 07:29 PM
  4. Replies: 4
    Last Post: 07-21-2014, 10:33 AM
  5. Replies: 0
    Last Post: 10-02-2012, 02:21 AM
  6. Consolidating multiple text cells into 1 cell
    By Dano in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-15-2008, 04:36 PM
  7. Replies: 10
    Last Post: 04-05-2007, 12:54 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