+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17

Thread: Index Match Function

  1. #16
    Forum Guru martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    10,788

    Re: Index Match Function

    you have multiple entries for each state for the same year (one per month)
    e.g. Alabama 1992 appears 12 times so match will return the first one it finds which is from row 9550
    if that's what you want then
    in i2 of sheet us_data
    =INDEX(unemp!$K$1:$K$21632,MATCH(A2&C2,INDEX(unemp!$B$1:$B$21632&unemp!$D$1:$D$21632,0),0))
    will return 140,613 for Alabama 1992
    if you only want december ie month 12
    =INDEX(unemp!$K$20626:$K$21632,MATCH(A2&C2,INDEX(unemp!$B$20626:$B$21632&unemp!$D$20626:$D$21632,0), 0))
    will return 126306 for Alabama 1992
    Last edited by martindwilson; 06-21-2011 at 07:12 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and a dabbler in Cisco
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  2. #17
    Registered User
    Join Date
    06-19-2011
    Location
    PA
    MS-Off Ver
    Excel 2010(Win)/2011(Mac)
    Posts
    9

    Re: Index Match Function

    That worked perfectly I tried something like that earlier but it didn't work for me, I must have been doing something wrong.

    Thanks to both of you for your help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0