+ Reply to Thread
Results 1 to 10 of 10

How convert data to columns?

  1. #1
    Registered User
    Join Date
    09-12-2013
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    30

    How convert data to columns?

    I have data in a columns (merge). I want filter to other columns.
    Please, preview link attach.
    Capture1.PNG
    Helps.xlsx
    Thank you very much.

  2. #2
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: How convert data to columns?

    Please try this function Across & down

    =INDEX($B$5:$B$16,ROWS(F$5:F5)*3-(COLUMNS($F5:F5)-1))
    Attached Files Attached Files
    Please click 'Add reputation', if my answer helped you.

  3. #3
    Forum Contributor
    Join Date
    09-02-2013
    Location
    Netherlands
    MS-Off Ver
    Office 365 (2013)
    Posts
    268

    Re: How convert data to columns?

    I hate being so slow :D

    =INDEX($B$5:$B$16; 9 - COLUMN() + (ROW()-5)*3;1)

    was my try

  4. #4
    Registered User
    Join Date
    09-12-2013
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    30

    Re: How convert data to columns?

    Quote Originally Posted by ramananhrm View Post
    Please try this function Across & down

    =INDEX($B$5:$B$16,ROWS(F$5:F5)*3-(COLUMNS($F5:F5)-1))
    Really, thank you very much.

  5. #5
    Registered User
    Join Date
    09-12-2013
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    30

    Re: How convert data to columns?

    I don't know is ......$B$16; ";" or $B$16, ",".... Not true. Can you upload your file try? Please.

  6. #6
    Registered User
    Join Date
    09-12-2013
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    30

    Re: How convert data to columns?

    Quote Originally Posted by Evolta View Post
    I hate being so slow :D

    =INDEX($B$5:$B$16; 9 - COLUMN() + (ROW()-5)*3;1)

    was my try
    I don't know is ......$B$16; ";" or $B$16, ",".... Not true. Can you upload your file try? Please.

  7. #7
    Registered User
    Join Date
    09-12-2013
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    30

    Re: How convert data to columns?

    Quote Originally Posted by Evolta View Post
    I hate being so slow :D

    =INDEX($B$5:$B$16; 9 - COLUMN() + (ROW()-5)*3;1)

    was my try
    I don't know is ......$B$16; ";" or $B$16, ",".... Not true. Can you upload your file try? Please.

  8. #8
    Forum Contributor
    Join Date
    09-02-2013
    Location
    Netherlands
    MS-Off Ver
    Office 365 (2013)
    Posts
    268

    Re: How convert data to columns?

    Ye it should be: (my separating symbol is ";", most others seem to have ",")

    =INDEX($B$5:$B$16, 9 - COLUMN() + (ROW()-5)*3,1)

    I don't have the file anymore, but you can just copy past this the same way ramananhrm said.
    If you want it in another place, change the 9 and the 5

  9. #9
    Registered User
    Join Date
    09-12-2013
    Location
    vietnam
    MS-Off Ver
    2010
    Posts
    30

    Re: How convert data to columns?

    I want know, understand more. , please help me write get 1A (colum F) and LT10 (colum G) Evolta? Thank you.

  10. #10
    Forum Contributor
    Join Date
    09-02-2013
    Location
    Netherlands
    MS-Off Ver
    Office 365 (2013)
    Posts
    268

    Re: How convert data to columns?

    Open ramananhrm file.
    =INDEX($B$5:$B$16,ROWS(F$5:F5)*3-(COLUMNS($F5:F5)-1))

    Index(range,row,column)
    range = $B$5:$B$16 ==> here is the information you have

    row = ROWS(F$5:F5)*3-(COLUMNS($F5:F5)-1
    ==> Rows(F$5:F5)*3 will return 1*3 = 3,
    ==> -(Columns($F5:F5)-1) will return -1-(-1)= -1 + 1 = 0
    ==> so in total you get Row 3 + 0 = Row 3

    column = nothing ==> since there is just 1 column and 1 is default

    So then you get the 3th row and the 1st column from your selection $B$5:$B$16

+ 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. Convert worksheet data into columns
    By jdaich in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-21-2012, 03:57 AM
  2. [SOLVED] How to automate, convert single column of data into two columns of data?
    By Dale Saukerson in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2012, 09:53 PM
  3. Replies: 3
    Last Post: 02-12-2009, 02:54 PM
  4. Convert 1 row of data to columns
    By Mohoney in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-25-2005, 09:05 AM
  5. How do I convert some data in the row to columns?
    By Colin T in forum Excel General
    Replies: 4
    Last Post: 08-17-2005, 07:05 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