+ Reply to Thread
Results 1 to 5 of 5

Error #N/D in corresp function

  1. #1
    Forum Contributor
    Join Date
    08-10-2010
    Location
    Tavira, POrtugal
    MS-Off Ver
    Excel 2010
    Posts
    132

    Error #N/D in corresp function

    the formula is giving me the result
    # N / D when intend to returne the "C" value.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Error #N/D in corresp function

    The problem is that the values in B7 and C7 are NOT 0036 and 0058
    They're actually just 36 and 58, but the cells are formatted to include the leading 0's.

    Try
    =INDEX(Folha1!D4:D7,MATCH(D13+0&E13+0,Folha1!B4:B7&Folha1!C4:C7,0))

  3. #3
    Registered User
    Join Date
    07-30-2011
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    83

    Re: Error #N/D in corresp function

    See attached and see if you can spot what I changed (it's not very subtle!)
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    08-10-2010
    Location
    Tavira, POrtugal
    MS-Off Ver
    Excel 2010
    Posts
    132

    Re: Error #N/D in corresp function

    also does not work. continues to give error

    Quote Originally Posted by Jonmo1 View Post
    The problem is that the values in B7 and C7 are NOT 0036 and 0058
    They're actually just 36 and 58, but the cells are formatted to include the leading 0's.

    Try
    =INDEX(Folha1!D4:D7,MATCH(D13+0&E13+0,Folha1!B4:B7&Folha1!C4:C7,0))

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Error #N/D in corresp function

    Quote Originally Posted by Birnen View Post
    also does not work. continues to give error
    Works for me. Could be that you have a different language version of Excel.
    You need to use the equivelent function names for Index and Match.

    If you open this, it should auto translate for you. (as yours did for me)
    EFBirnen.xlsx

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Compile Error 'Sub or Function is not define' error on Private Sub Getdata()
    By HafizuddinLowhim in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-24-2014, 11:17 AM
  2. Compile error: Sub or Function not defined Error
    By VBAhelp3456 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-01-2014, 02:16 AM
  3. [SOLVED] Error in function Compile error: Can't find project or library
    By Motario1 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-12-2013, 02:20 AM
  4. index function error using match function to get data from a cell in an array
    By mabildgaard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-17-2013, 02:21 AM
  5. [SOLVED] Excel - User Defined Function Error: This function takes no argume
    By BruceInCalgary in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-18-2006, 04:05 PM

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