Results 1 to 8 of 8

Index Match formula using range name

Threaded View

  1. #4
    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

    You can do this which is what i do for tables

    if you need multiple tables you can code

    =INDEX(indirect("TableName" & "_Body"),match(ValueB,indirect("TableName" & "_ValueB"),0),match(ValueA,indirect("TableName" & "_ValueA"),0))

    (see sample sheet as to how I named It) using names like this gives it more clarity to find your errors as well!)

    (note I only used ValueB as a sample rather than $c$1 in the match statement)

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