+ Reply to Thread
Results 1 to 3 of 3

Combining Cells - urgent

  1. #1
    Registered User
    Join Date
    12-28-2004
    Posts
    10

    Combining Cells - urgent

    I am in a bind, and need to figure out how to combine cells in a large data set.

    What I have is:

    Row 1, Column A
    Origin City

    Row 1, Column B
    Origin ST

    Row 1, Column C
    Destination City

    Row 1, Column D
    Destination ST

    Basically what I am looking to end up with is

    Row 1, Column A
    Origin City,Origin ST

    Row1 Column B
    Destination City,Destitnation ST

    (no spaces between the comma and states)

    Any ideas?
    Thanks.

    Scott

  2. #2
    Registered User
    Join Date
    03-25-2005
    Posts
    23
    Can you just make two extra columns, say columns e and f, then enter formulas

    E2 ----------> = A2 & "," & B2
    F2 ----------> = C2 & "," & D2

    these will concatenate the entries in the other columns how you want
    Last edited by daveydave60; 04-22-2005 at 04:00 PM.

  3. #3
    Registered User
    Join Date
    12-28-2004
    Posts
    10
    Thanks a lot!

+ 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