+ Reply to Thread
Results 1 to 7 of 7

#N/A error with Excel !

Hybrid View

  1. #1
    Registered User
    Join Date
    01-22-2015
    Location
    kuwait
    MS-Off Ver
    2010
    Posts
    13

    #N/A error with Excel !

    Dear All,

    i have been trying with these to file to lookup data but i always get the #N/A error !

    i will attach both files , please help me them Copy of Airfreight Analysis (4).xlsxDHL - Duty.xlsx

    please help me as this is crucial to me

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,006

    Re: #N/A error with Excel !

    There is no error in examples.
    Never use Merged Cells in Excel

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,044

    Re: #N/A error with Excel !

    Agreed. The only formulas I see are a few =SUM() in the 2nd file...1st file contains no data, just a template?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    08-28-2014
    Location
    Nigeria
    MS-Off Ver
    2007
    Posts
    63

    Re: #N/A error with Excel !

    Hello,

    Please let's know what exactly you are trying to look up (because the templates you attached have no formulas in them) or attach what you have done so far that was giving you the error message.

    Regards.

  5. #5
    Registered User
    Join Date
    01-22-2015
    Location
    kuwait
    MS-Off Ver
    2010
    Posts
    13

    Re: #N/A error with Excel !

    Apologies as my explanation was not that good ..

    i am trying to look up the the values from " Duty " file to " Air Freight " , when i do so , i get the NA error , i tried to Trim , Clean ,as well as changing the format but nothing works ..

    can please advise ?

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: #N/A error with Excel !

    If you were using a formula like this one:

    =INDEX('[DHL - Duty.xlsx]Jul'!A$1:A$4,MATCH(C4,'[DHL - Duty.xlsx]Jul'!C$1:C$4,0))

    It will find the values for Australia, Dubai and the Netherlands, 'cos they ARE on the source sheet. the others return~n?a errors 'cos they're not there. To hide the #N/A error, change the formula to

    IFERROR(INDEX('[DHL - Duty.xlsx]Jul'!A$1:A$4,MATCH(C4,'[DHL - Duty.xlsx]Jul'!C$1:C$4,0)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: #N/A error with Excel !

    It would make more sense to attach files complete with the formula that you were using, and which is showing the #N/A errors.

+ 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. Run time error 75 (Path/File Access Error) - Excel 2007 on XP SP3
    By Portuga in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-30-2014, 10:39 AM
  2. Excel macro (compile error. syntax error.) error
    By salar_younis in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-06-2014, 06:11 AM
  3. Facing 'run-time error -2147217871 (80040e31) Automation error' in excel VBA
    By junaidanjum in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-25-2013, 03:48 AM
  4. Replies: 7
    Last Post: 01-15-2010, 02:34 PM
  5. Replies: 3
    Last Post: 02-13-2006, 11:30 AM

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