+ Reply to Thread
Results 1 to 3 of 3

Index And Match Functions

  1. #1
    Registered User
    Join Date
    03-06-2008
    Posts
    4

    Index And Match Functions

    My Dear Excel Gurus:

    I am using the following formula in my spreadsheet to look up values from a 2x93 range:

    INDEX(P1:Q93,MATCH(H347,P1:P93,0),2)

    I need to modify the formula to, instead of matching the contents of H347, match the contents of column H and the current row number.

    Can you please tell me how to modify the H347 entry to do this?

    Your help will be greatly appreciated.

    Ansonicus

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If you use this formula in row 347

    =INDEX(P$1:Q$93,MATCH(H347,P$1:P$93,0),2)

    If you copy up or down H347 will change automatically but the other ranges will remain unchanged. You could also employ VLOOKUP, i.e.

    =VLOOKUP(H347,P$1:Q$93,2,0)

  3. #3
    Registered User
    Join Date
    03-06-2008
    Posts
    4
    Works like a champ. I really appreciate that, my friend.

    It probably was easy for you, but I hadn't a clue how to do it.

+ Reply to Thread

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