+ Reply to Thread
Results 1 to 3 of 3

Index/Match assistance needed for search spreadsheet

  1. #1
    Registered User
    Join Date
    05-29-2012
    Location
    houston, tx
    MS-Off Ver
    Excel 2010
    Posts
    28

    Question Index/Match assistance needed for search spreadsheet

    This is the formula I'm using =INDEX(AF$3:AG$65536,MATCH(AB1,AF$3:AF$65536,0)+1+MATCH(A18,AF3:AG26))

    The data used to search is in the "A" Column. The index information is AF: AG. AF is the match ie Car Rental in A13 should match Car Rental in AF column and then pull the COA# that matches Car Rental from the AG column and put into that cell. I keep getting either a N/A# or a REF# from the formula despite many changes. Test reference.xls


    HELP!!! Thanks

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Index/Match assistance needed for search spreadsheet

    In D18 try

    =INDEX(Z:Z,MATCH(A18,Y:Y,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-29-2012
    Location
    houston, tx
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Index/Match assistance needed for search spreadsheet

    Thanks.. This one worked too =INDEX($AE$3:$AF$26,MATCH(A18,$AF$3:$AF$26,FALSE),1)

    Appreciate it, never fails as soon as I post I figure it out

+ 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.6.0 RC 1