+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Separating Data from Rows to a New Row

  1. #1
    Registered User
    Join Date
    05-17-2010
    Location
    Las Vegas, NV
    MS-Off Ver
    Excel 2003
    Posts
    3

    Separating Data from Rows to a New Row

    Hello, Excel folks.

    I have MS Excel 2007 and I want to know this: What's the quickest way for me to separate specific cells and move them into a new column without going through the long process of ctrl-clicking.

    Image:

    \1

    If it can be done in a macro or something else, I would be definitely appreciate it. I want the addresses and the names to be on a new column. I have tried transposing it, but alas it made way too many columns.

    Thanks.

  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: Separating Data from Rows to a New Row

    If all your addresses are in 4 row sets...

    1) All data is in column A

    2) Enter this formula in B1:
    =INDEX($A:$A, ((ROW(A1)-1)*4)+COLUMN(A1))
    3) Copy that B1 cell across through C:E, then down as far as you need.

    4) Highlight all the new data

    5) Ctrl-C to copy

    6) Edit > Paste Special > Values to remove the formulas

    7) Delete column A.
    _________________
    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!)

+ 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