+ Reply to Thread
Results 1 to 4 of 4

Digits separated by cell transfered to a single cell

Hybrid View

  1. #1
    Registered User
    Join Date
    06-01-2009
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Digits separated by cell transfered to a single cell

    I need to copy UPC codes from one spread sheet to another. The 11-digit number in the first workbook has each digit in a separate cell.

    I want to copy and paste those 11 digits into a single cell in workbook two. Any advice?

    Thank you in advance.

    Nicholas

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Digits separated by cell transfered to a single cell

    1) In a 12th cell, use a concatenation formula to integrate the code digits into a single string. Something like:

    =A1&B1&C1&D1&E1&F1&G1&H1&I1&J1&K1

    2) Copy that formula down the new column to get all the codes to appear.

    3) Highlight and copy the new column of values

    4) Switch to the new workbook and do a EDIT > PASTE SPECIAL > VALUES
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    06-01-2009
    Location
    California, USA
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Digits separated by cell transfered to a single cell

    You folks make me look so damn good at the office. Thank you.

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Digits separated by cell transfered to a single cell

    Glad to improve your cred!

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ Reply to 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