+ Reply to Thread
Results 1 to 13 of 13

Index & Match query

Hybrid View

WLM1976 Index & Match query 12-06-2006, 11:00 AM
Guest Hi, try this: ... 12-06-2006, 11:43 AM
WLM1976 thanks for the attempt but... 12-06-2006, 12:28 PM
Guest Hi, The formula I gave... 12-06-2006, 07:15 PM
daddylonglegs Can you give an example of... 12-06-2006, 07:32 PM
  1. #1
    Registered User
    Join Date
    10-31-2006
    Posts
    19

    Index & Match query

    Hi All,

    i've been struggling with this for a while now and have conceeded defeat. Here's the problem in a nut shell.

    I have a Pivot table listing months across the top and makes of vehicle down the side.


    MAKE Feb Mar

    ALFA
    AUDI 2
    BMW 4
    CHRY
    CITR 1




    Staff have the option on a seperate sheet to select a date and a make and it should return a series of values (there are about 12 tables in total) on a form.
    The trouble is it is returning incorrect values or N/A. Here is how i'm trying to do it.

    FORMULA.

    =INDEX('PIVOT DATA'!A42:O76,MATCH(B25,'PIVOT DATA'!A42:O42,0),MATCH(B26,'PIVOT DATA'!A42:A76,0))

    Any help would be great.

    Thanks.

  2. #2
    pinmaster
    Guest
    Hi, try this:

    =INDEX('PIVOT DATA'!B43:O76,MATCH(B26,'PIVOT DATA'!A42:A76,0),MATCH(B25,'PIVOT DATA'!A42:O42,0))

    do not use row and column headers in your search table:

    B43:O76 instead of A42:O76


    Hope this helps!

    Jean-Guy

  3. #3
    Registered User
    Join Date
    10-31-2006
    Posts
    19
    thanks for the attempt but unfortunatly that doesn't resolve the problem. Is there just a problem using index & match in Pivot Tables?

    I need to include column A as that's the column that has the makes listed in it. Tell me if i'm missing something here. But i thought to look something up you had to have a matching value.

  4. #4
    pinmaster
    Guest
    Hi,

    The formula I gave you should have worked. Maybe it's a format problem, one set of dates could be simple text and the other actual dates formatted as months. Check that out and it that is not the case then maybe you could post a sample sheet to look at. I'm not an expert but I'm sure someone in here can help you.

    Regards
    Jean-Guy

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,721
    Can you give an example of what you're putting in B25 and B26, is one formatted as a date?

  6. #6
    Registered User
    Join Date
    10-31-2006
    Posts
    19
    Good morning,

    i can send an example through if i ever work out how to attch a spread sheet to a post.

+ 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