+ Reply to Thread
Results 1 to 7 of 7

Transform columt to table!

  1. #1
    Registered User
    Join Date
    12-02-2013
    Location
    Tirana,Albania
    MS-Off Ver
    Excel 2010
    Posts
    3

    Transform columt to table!

    Hi all,

    Could someone help me to find a solution to my problem?
    i have a column of data and i want to transform them to a table as in the attached file.
    i want to transform by formula in order to use as a template, so whenever i paste data the table can be created?
    Please your help! it will be hihgly appreciated.

    thank you in advance
    Attached Files Attached Files

  2. #2
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Transform columt to table!

    Hi and welcome to the forum!

    Will the data to be reproduced always be in groups of precisely 9 rows?

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  3. #3
    Registered User
    Join Date
    12-02-2013
    Location
    Tirana,Albania
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Transform columt to table!

    yes, exactly!!!

    thank you

  4. #4
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Transform columt to table!

    Hi,

    Based on your attachment, enter this formula in C1 and copy across and down:

    =IF(OR(COLUMNS($A:A)>9,ROWS($1:1)>COUNTA($A:$A)/9),"",INDEX($A:$A,COLUMNS($A:A)+9*(ROWS($1:1)-1)))

    Regards

  5. #5
    Registered User
    Join Date
    12-02-2013
    Location
    Tirana,Albania
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Transform columt to table!

    thank you very much!
    best regards

  6. #6
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Transform columt to table!

    You're welcome.

  7. #7
    Registered User
    Join Date
    11-29-2013
    Location
    Townsville, Australia
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Transform columt to table!

    If you put the following formulas in cells C1, D1, E1, F1......K1

    =INDIRECT("A"&(ROW()*9)-8), =INDIRECT("A"&(ROW()*9)-7), =INDIRECT("A"&(ROW()*9)-6),.......=INDIRECT("A"&(ROW()*9))

    This puts each of the first 9 values in the top row of cells. Copy the formula down as far as needed, and it arranges your single column into 9 columns.

    Hope this helps....

+ 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] Transpose/Transform a table to one coloumn
    By arunsparrow in forum Excel General
    Replies: 5
    Last Post: 07-11-2013, 09:23 AM
  2. Transform sum table
    By MartinCarlsson in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-09-2013, 10:01 AM
  3. transform table vba
    By rhai in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-30-2012, 11:25 AM
  4. Transform 1000rowsx50columns table into 2columns
    By deemo in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-16-2009, 02:12 PM
  5. Transform table
    By asante_za in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-06-2006, 05:15 PM

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