+ Reply to Thread
Results 1 to 10 of 10

Change column formatting

  1. #1
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Change column formatting

    Thanks in advance everyone! I did search, but did not know the proper terms to pull up the correct info.

    What i need to do is change Column A to this formatting, "name 1", "name 2", "name 3"

    Column looks like this currently,

    name 1
    name 2
    name 3

    I need it to look like this,

    "name 1", "name 2", "name 3"

    Last edited by Accure; 03-16-2010 at 11:27 AM. Reason: SOLVED

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: How do I change Column A to this formatting...

    Are you saying you want to transpose the column into a row of values or are you wanting to create a comma delimited string of names?

    If it is simply transposing from column to row list, then select all values in the column, right-click and choose copy, then select an empty row, right-click and choose Paste Special > Transpose.

    It you want a comma delimited string, then it will require VBA coding.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: How do I change Column A to this formatting...

    Quote Originally Posted by Palmetto View Post
    Are you saying you want to transpose the column into a row of values or are you wanting to create a comma delimited string of names?

    If it is simply transposing from column to row list, then select all values in the column, right-click and choose copy, then select an empty row, right-click and choose Paste Special > Transpose.

    It you want a comma delimited string, then it will require VBA coding.
    I need a comma delimited string of names.

    is the VBA coding a difficult concept or is it something I can just plug in?

  4. #4
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: How do I change Column A to this formatting...

    And to clarify i need this to paste into word

    it does not need to go back into excel

  5. #5
    Forum Contributor
    Join Date
    09-21-2009
    Location
    Belgium - Mechelen
    MS-Off Ver
    Office 365 - version 2310
    Posts
    278

    Re: How do I change Column A to this formatting...

    Hi Accure ,
    You are talking about transposing data.
    Manually you can do this with the Copy / PastSpecial menu.
    Copy the cells needed "Name1" "Name2" etc
    Rightclick on Cell A1 and select pastespecial.
    Make sure you select "Transpose" at the bottom of the form and click OK.
    Now the data will appear in columns.

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: How do I change Column A to this formatting...

    do it all in word .copy the col of data paste special as unformatted text into word,
    in word use find /replace
    find what: ^p
    replace with: ,
    replace all
    Last edited by martindwilson; 03-16-2010 at 10:47 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  7. #7
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: How do I change Column A to this formatting...

    Thanks for the responces, let me test these two suggestion and I will report back

  8. #8
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: How do I change Column A to this formatting...

    Quote Originally Posted by MarMo View Post
    Hi Accure ,
    You are talking about transposing data.
    Manually you can do this with the Copy / PastSpecial menu.
    Copy the cells needed "Name1" "Name2" etc
    Rightclick on Cell A1 and select pastespecial.
    Make sure you select "Transpose" at the bottom of the form and click OK.
    Now the data will appear in columns.
    Dont think this is what I am looking to do.

  9. #9
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: How do I change Column A to this formatting...

    Quote Originally Posted by martindwilson View Post
    do it all in word .copy the col of data paste special as unformatted text into word,
    in word use find /replace
    find what: ^p
    replace with: ,
    replace all
    Martin,

    Thanks you this does work, but i need quotes around the names. right now i have name 1, name 2, name 3,

    i need

    "name 1", "name 2", "name 3" etc

  10. #10
    Registered User
    Join Date
    03-16-2010
    Location
    USA
    MS-Off Ver
    Office 2007
    Posts
    8

    Re: How do I change Column A to this formatting...

    All i had to do was have it change to " , "


    Thanks Martin and everyone else!

+ 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