+ Reply to Thread
Results 1 to 8 of 8

union cells

  1. #1
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    union cells

    Hello,
    I should union in a single cell in a text that is 3 cells

    in A2 = ABCDE001 list employees
    in B2 = name
    in C2 = commun

    union = list employess name commun

    A Thanks in advance.
    max_max
    --------------------------------------------------------------------------------------
    Ciao,
    dovrei unire in unica cella un testo che è in 3 celle

    in A2 = ABCDE001 list employees
    in B2 = name
    in C2 = commun

    unione = list employess name commun

    Una grazie anticipato.
    max_max

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    24,019

    Re: union cells

    If I understand correctly use the concatenate function.

    = A2 & B2 & C2

    or =concatenate(A2,B2,C2)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: union cells

    Hello alansidman,
    thanks but the answer is not accurate.
    The text is in A2 = <ABCDE001 list employees> have to copy only the part:
    <List employees> without <ABCDE001>. -
    I hope I explained.
    max_max
    ------------------------------------------------------------------------------
    Ciao alansidman,
    grazie della risposta ma non è esatto.
    Il testo che è in A2 = < ABCDE001 list employees > bisogna copiare solo la parte:
    < list employees > senza < ABCDE001 >.-
    Spero di essermi spiegato.
    max_max

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    24,019

    Re: union cells

    Is this part of the cell (ABCDE001) always have the same number of characters. In your example 8. Or does it vary?

  5. #5
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: union cells

    Are always 8 characters.
    max_max

  6. #6
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    24,019

    Re: union cells

    To get the value from A2; =right(A2, Len(A2)-8)

    You can then concatenate that with Cells B2 and C2 as described earlier.

    Alan

  7. #7
    Forum Contributor max_max's Avatar
    Join Date
    06-28-2013
    Location
    italy - venice
    MS-Off Ver
    Excel 2007
    Posts
    1,693

    Re: union cells

    Thanks alansidman,
    is perfect!
    The Italian translation of the formula:
    =DESTRA(A2;LUNGHEZZA(A2)-8)&" "&B2&C2
    max_max
    ---------------------------------------
    Grazie alansidman,
    è perfetto!
    La traduzione della formula in italiano:
    =DESTRA(A2;LUNGHEZZA(A2)-8)&" "&B2&C2
    max_max

  8. #8
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2406 Win 11 Home 64 Bit
    Posts
    24,019

    Re: union cells

    molto buono Max_max for the translation. I'll add it to my Italian.

+ 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. how to unlock an union of cells?
    By Brocktanor in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-15-2013, 06:14 AM
  2. **RE-Opened** Moving cells based on value and union other cells with it.
    By Steven8294 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-27-2012, 08:25 AM
  3. What is an alternative to Union() when referring to multiple cells?
    By Dante_Blake in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-08-2012, 01:05 PM
  4. VBA - Help with Union All
    By JohnM3 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-31-2011, 05:14 PM
  5. Union/Range/Cells
    By KentÄ in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-11-2005, 08:06 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