+ Reply to Thread
Results 1 to 3 of 3

Divide one column into multi small columns

  1. #1
    Registered User
    Join Date
    04-20-2015
    Location
    cairo,egypt
    MS-Off Ver
    Office 365
    Posts
    70

    Divide one column into multi small columns

    Hi all

    I want to copy data from column A and divide it to small column each one has 20 cells

    tt.png

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Divide one column into multi small columns

    Try this.
    Please Login or Register  to view this content.
    If posting code please use code tags, see here.

  3. #3
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Cool Hi ! Try this ‼


    A color EZ way :

    PHP Code: 
    Sub Demo1()
            [
    C4].CurrentRegion.Clear
            Application
    .ScreenUpdating False
            C
    & = 2
        
    For R& = 1 To [A1].CurrentRegion.Rows.Count Step 20
                 C 
    1
                 Cells
    (R1).Resize(20).Copy Cells(4C)
                 
    K& = KMod 5 1
            With Range
    (Cells(4C), Cells(Rows.CountC).End(xlUp))
                .
    HorizontalAlignment xlCenter
                
    .Interior.ColorIndex 35 K
                
    .Borders.LineStyle xlContinuous
            End With
        Next
            Application
    .ScreenUpdating True
    End Sub 
    Do you like it ? So thanks to click on bottom left star icon « Add Reputation » !
    Last edited by Marc L; 03-22-2018 at 06:52 AM. Reason: optimization …

+ 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. [SOLVED] Equally divide address into two columns from single column
    By adeel1 in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 02-16-2017, 08:49 AM
  2. [SOLVED] Take Cells from one column and divide up in multiple columns
    By robkrouse in forum Excel General
    Replies: 5
    Last Post: 09-01-2016, 11:00 AM
  3. Index+Small and divide result
    By daboho in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-02-2016, 05:30 AM
  4. Replies: 1
    Last Post: 03-13-2015, 03:47 AM
  5. New & Lost: Multi Criteria & Multi Row INDEX, SMALL, MATCH...
    By morleyp in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-23-2014, 12:40 PM
  6. Replies: 0
    Last Post: 01-14-2014, 06:35 PM
  7. 1 column into multi-columns and multi-rows
    By affj in forum Excel General
    Replies: 7
    Last Post: 07-17-2013, 09:34 AM

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