+ Reply to Thread
Results 1 to 3 of 3

Make a List from a table

  1. #1
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Make a List from a table

    I need to make a list order by numbers from a table.

    You can see detail and explanation in attached file.

    Thanks in advance for any reply and help. Looking for a formula solution, no a macro.

    Regards,
    turist
    Attached Files Attached Files
    Last edited by JBeaucaire; 03-17-2014 at 04:53 AM.

  2. #2
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,613

    Re: Make a List from a table

    With helper column (say E)
    in E1:
    =MIN(Sheet1!A:A)
    in E2:
    =IF(B1="",A2,E1)
    in B2:
    =IFERROR(SMALL(OFFSET(Sheet1!$B$1:$AZ$1,MATCH(E2,Sheet1!$A$2:$A$26,0),0),COUNTIF(E$2:E2,E2)),"")
    and in A2:
    =IF(AND(B1<>"",A1<>A$1),"",IFERROR(SMALL(Sheet1!A:A,COUNT(A$1:A1)+1),""))
    select row 2 (A2:E2) and copy down
    Attached Files Attached Files
    Best Regards,

    Kaper

  3. #3
    Forum Contributor
    Join Date
    11-10-2012
    Location
    istanbul
    MS-Off Ver
    Excel 2013
    Posts
    297

    Re: Make a List from a table

    Thanks and rep.

+ 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] Make a List from a table
    By turist in forum Excel General
    Replies: 3
    Last Post: 11-28-2013, 01:59 PM
  2. Make a Combined Name List from a table
    By turist in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-28-2013, 11:45 AM
  3. [SOLVED] make table list from the dir folder
    By ivandgreat in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-23-2012, 11:50 AM
  4. [SOLVED] make a list from a table
    By MB in forum Excel General
    Replies: 5
    Last Post: 08-10-2006, 08:55 AM
  5. Make a list from a table of elements ?
    By Lucy Lastic in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-08-2005, 09:10 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