+ Reply to Thread
Results 1 to 3 of 3

#N/A Result

  1. #1
    Registered User
    Join Date
    03-27-2013
    Location
    Brooklyn, NY
    MS-Off Ver
    Excel 2010
    Posts
    3

    #N/A Result

    How can I return a value of 0 when my array formula brings back a result of "#N/A" ???

    This is my formula for this headache of mine.

    =INDEX('DATA Needed'!C2:C22,MATCH(Destination!C2:C14,'DATA Needed'!B2:B22,0))+TRANSPOSE('DATA Needed'!C2:C22)

    Any help would be greatly appreciated

  2. #2
    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
    52,929

    Re: #N/A Result

    The #NA is being returned because at least 1 part of your formula is not producing a result (cant find what you are looking for). Try this...

    =iferror(INDEX('DATA Needed'!C2:C22,MATCH(Destination!C2:C14,'DATA Needed'!B2:B22,0))+TRANSPOSE('DATA Needed'!C2:C22),"")
    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

  3. #3
    Registered User
    Join Date
    03-27-2013
    Location
    Brooklyn, NY
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: #N/A Result

    Thx. Worked like a charm!

+ 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