+ Reply to Thread
Results 1 to 3 of 3

Shifting text on column B to column A automatically

  1. #1
    Registered User
    Join Date
    06-02-2004
    Posts
    3

    Shifting text on column B to column A automatically

    I want to move some text from column B, C and D to the end of the text in Column A.

    For example:

    From
    Column A Column B Column C Column D
    158 Happy Rd Happy Valley Happy City USA

    To
    Column A Column B Column C Column D
    158 Happy Rd Happy Valley Happy City USA

    All text will be moved to the column A.

    Is there any shortcut to do that? I have about 100 rows to perform this.

    Thanks.

  2. #2
    Forum Contributor
    Join Date
    11-16-2004
    Posts
    282
    One way to do it:

    Insert a column to the left of column A and enter the following in what is now cell A1:

    =(B1 & " " &C1 & " " & D1 & " " & E1)

    Then copy the formula down in each cell for the range of your data.

    Hope this helps,
    theDude

  3. #3
    Registered User
    Join Date
    06-02-2004
    Posts
    3
    Thanks for the help. It works.

+ 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