Results 1 to 6 of 6

Extract data from a table to a list

Threaded View

  1. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Extract data from a table to a list

    Hi

    Try with a helper and a array formula
    In I2 (helper column) use the following formula and copy down
    =IFERROR(AGGREGATE(15,6,IF(--NOT(ISERROR($A$1:$E$10)),(ROW($A$1:$E$10)&"."&COLUMN($A$1:$E$10))+0,1/0),ROWS($A$1:$A1)),"")

    In J2 use the formula and copy down
    Formula: copy to clipboard
    =IFERROR(INDEX($A$1:$E$10,QUOTIENT(I2,1),MID(I2,FIND(".",I2)+1,9999)+0),"")

    Note: The red symbol must be the decimal separator.
    See the file
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Extract data from specific table using dropdown list to select table
    By Maggie.S in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-08-2018, 09:21 AM
  2. [SOLVED] Extract Multiple Data as list from a Table
    By Gokhan Bozkurt in forum Excel General
    Replies: 6
    Last Post: 03-30-2016, 11:28 AM
  3. [SOLVED] Extract unique values from a table and list along a row
    By doctorblyth in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-05-2013, 04:33 PM
  4. extract number values from a table and make a list
    By mischge in forum Excel General
    Replies: 27
    Last Post: 08-14-2013, 04:00 AM
  5. Replies: 0
    Last Post: 07-10-2013, 08:29 AM
  6. Macro: Using drop-down list to extract whole table from one sheet to another
    By binni88 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-13-2013, 11:33 PM
  7. How to extract rows from a table list
    By simke in forum Excel General
    Replies: 0
    Last Post: 12-18-2011, 10:13 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