+ Reply to Thread
Results 1 to 5 of 5

Converce table to list

  1. #1
    Registered User
    Join Date
    05-28-2014
    Posts
    3

    Converce table to list

    hi please if someone can help me, I want to trasform table to list see the attacment.
    table-to-list.xlsx

  2. #2
    Forum Expert
    Join Date
    04-22-2013
    Location
    .
    MS-Off Ver
    .
    Posts
    4,418

    Re: Converce table to list

    =INDEX(A$2:A$7,ROUNDUP(ROW(A1)/COUNTA($B$1:$G$1),0))&" " &INDEX($B$1:$G$1,IF(MOD(ROW(A1),COUNTA($A$2:$A$7))=0,6,(MOD(ROW(A1),COUNTA($A$2:$A$7)))))

    in I2

    and

    =OFFSET($A$1,ROUNDUP(ROW(A1)/COUNTA($B$1:$G$1),0),IF(MOD(ROW(A1),COUNTA($A$2:$A$7))=0,6,(MOD(ROW(A1),COUNTA($A$2:$A$7)))))

    in J2

    then copy down.

    Probably a better way but I think it works.

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Converce table to list

    Please see attached file.
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    05-28-2014
    Posts
    3

    Re: Converce table to list

    ragulduy
    It works like a charm.
    Thank you very very much.

    AlKey
    Thank you very much for the second option.
    Last edited by gxatzis30; 05-28-2014 at 09:57 AM.

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Converce table to list

    Appreciate your feedback!

+ 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. Replies: 9
    Last Post: 02-26-2014, 04:17 PM
  2. Replies: 5
    Last Post: 10-02-2012, 10:29 AM
  3. (VBA) Copy Parts of One Table (List) to New Table (List)
    By Filibuster in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-19-2012, 08:48 PM
  4. Replies: 2
    Last Post: 05-07-2012, 04:24 AM
  5. Replies: 1
    Last Post: 05-04-2012, 03:10 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