+ Reply to Thread
Results 1 to 4 of 4

Using Index & Match always results in #N/A

  1. #1
    Registered User
    Join Date
    07-04-2012
    Location
    Sunshine Coast
    MS-Off Ver
    Excel for Mac 2011
    Posts
    83

    Angry Using Index & Match always results in #N/A

    This is my formula: =INDEX(Paste!$B$21:$M$26,MATCH(A12,Paste!$A$21:$A$26,0),MATCH(C8,Paste!$B$20:$M$20,0))

    Trying to bring the 'Sales (Qty)' (Row) from the Month (Column), which is on another sheet.

    This is the data that is on the other sheet:
    Consumer New April May Jun Jul Aug Sept Oct Nov Dec Jan Feb Mar
    Rank 34 12 6 - - - - - - - - -
    Score 67 90 90 90 - - - - - - - -
    Target 86 78 81 - - - - - - - - -
    Sales (Qty) 64 111 81 4 - - - - - - - -
    Total Comms 9681 17302 12700 725 - - - - - - - -
    Avg Comms 151.27 155.87 156.79 181.25 - - - - - - - -

    What am I doing wrong?

    Thanks in advance

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Using Index & Match always results in #N/A

    Use HLOOKUP instead:

    Please Login or Register  to view this content.
    where C8 holds the month
    Ben Van Johnson

  3. #3
    Registered User
    Join Date
    07-04-2012
    Location
    Sunshine Coast
    MS-Off Ver
    Excel for Mac 2011
    Posts
    83

    Thumbs up Re: Using Index & Match always results in #N/A

    Thanks for this. I had tried HLOOKUP as well without success

    When is used this one I was still getting #N/A, then it dawned on me that I was pasting the data as TEXT! Re-pasted and all working well - Thanks!

    Some of the data has '-' in it, how can I get these to show as '0'?

    Thanks again

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: Using Index & Match always results in #N/A

    If the values are alway going to be numbers or "-" you can try:
    Please Login or Register  to view this content.
    I don't know if "IFERROR()" is available for the Mac, though.

+ 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