+ Reply to Thread
Results 1 to 5 of 5

Combining Two Columns into One

  1. #1
    Registered User
    Join Date
    11-16-2013
    Location
    Aledo, TX
    MS-Off Ver
    Excel 2010
    Posts
    7

    Combining Two Columns into One

    Hello,

    I request help creating a formula or vba that makes Column C equal the cells from Column A and B. For example:

    Col A.....Col B.......Col C
    1..........3...........1
    2..........5...........3
    ........................2
    ........................5

    Thank you.
    Last edited by dbelliottexcel; 07-21-2014 at 07:04 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Combining Two Columns into One

    maybe this in C1...

    =A1+B1
    copied down

    Adjust cell references as needed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-16-2013
    Location
    Aledo, TX
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Combining Two Columns into One

    Thank you, Ford.

    However, I do not want to perform arithmetic. Column C will contain twice as many rows as Cols A and B.

    Thanks.
    Dustin

  4. #4
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Combining Two Columns into One

    Try this:
    Please Login or Register  to view this content.
    or,
    Please Login or Register  to view this content.

    Cheers, berlan
    Last edited by berlan; 07-21-2014 at 07:38 PM.

  5. #5
    Registered User
    Join Date
    11-16-2013
    Location
    Aledo, TX
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Combining Two Columns into One

    Hi, Berlan.

    Thank you very much. Your second code works perfectly. Excel says "subscript out of range" on the first code. Thank you for solving my problem!

    Dustin

+ 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. Combining multiple rows from 2 columns into sorted columns depending on 1st columns value
    By Dexamphetamine in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-11-2013, 10:00 AM
  2. Combining 2 columns into 1 new columns. Very urgent
    By sh4vas in forum Excel General
    Replies: 8
    Last Post: 02-11-2013, 07:59 PM
  3. Combining columns
    By RaimoGIS in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2013, 03:11 AM
  4. Replies: 2
    Last Post: 01-19-2011, 06:16 PM
  5. Combining Text from 2 Columns into 1 then Deleting the 2 Columns
    By sleepindogg in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-30-2006, 02:30 PM

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