Results 1 to 28 of 28

extract number values from a table and make a list

Threaded View

  1. #27
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: extract number values from a table and make a list

    To keep absolute reference to one column /row when using tables you have to use INDIRECT:
    B2:
    =INDEX(Table1,MATCH($A3,INDIRECT("Table1[Client]"),0),MATCH(B$2,Data!$A$1:$L$1,0))

    or
    =INDEX(Table1,MATCH($A3,INDIRECT("Table1[Client]"),0),MATCH(B$2,INDIRECT("Table1[#Headers]")))
    Drag that accross
    Last edited by RobertMika; 08-14-2013 at 03:52 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 05-30-2013, 03:11 AM
  2. Replies: 1
    Last Post: 01-14-2013, 04:01 AM
  3. How to extract rows from a table list
    By simke in forum Excel General
    Replies: 0
    Last Post: 12-18-2011, 10:13 AM
  4. Extract number from list
    By foxguy in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-03-2010, 06:41 PM
  5. extract the top 6 values in an increasing number of values
    By s1dlaw in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-21-2007, 09:19 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