Results 1 to 8 of 8

Index Match formula using range name

Threaded View

  1. #6
    Valued Forum Contributor squiggler47's Avatar
    Join Date
    02-17-2009
    Location
    Littleborough, UK
    MS-Off Ver
    Excel 3.0 to 2007+2010! (couldnt get 2.1 working)
    Posts
    1,013

    Re: Index Match formula using range name

    I guess what you want to do is make 3 names for each table

    MyTable
    table

    TableValueA
    =offset(mytable,0,0,1,columns(Mytable))

    TableValueB
    =offset(MyTable,0,0,rows(Mytable),1)

    then you can do

    Index(Mytable,match(ValueB,TablevalueB,0),match(valueA,tablevalueA,0))

    If your table changes just change MyTable to reference the new table limits!
    Last edited by squiggler47; 05-20-2009 at 07:38 AM. Reason: Added Atachment

Thread Information

Users Browsing this Thread

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

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