+ Reply to Thread
Results 1 to 7 of 7

How to avoid #N/A.

  1. #1
    Registered User
    Join Date
    05-19-2010
    Location
    Dhaka, Bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    59

    How to avoid #N/A.

    Many many thanks to Mr. BadlySpelledBuoy. Now please advise how can I avoid "#N/A" when I put the formula to another cells (see attachment).
    Attached Files Attached Files

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: How to avoid #N/A.

    You can use ISERROR(). Like

    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    05-19-2010
    Location
    Dhaka, Bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    59

    Re: How to avoid #N/A.

    Thank you, my formula is =INDEX(L$1:L$200,MATCH(C23,K$1:K$200,0)). Would you please advise me how can I put it. Sorry for botheration.

  4. #4
    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,939

    Re: How to avoid #N/A.

    sktneer's instructions were pretty clear....

    =IF(iserror(INDEX(L$1:L$200,MATCH(C23,K$1:K$200,0))),"",INDEX(L$1:L$200,MATCH(C23,K$1:K$200,0)))
    Last edited by FDibbins; 03-27-2014 at 01:08 AM.
    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

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: How to avoid #N/A.

    Try this.........

    =IF(ISERROR(INDEX(L$1:L$200,MATCH(C23,K$1:K$200,0))),"",INDEX(L$1:L$200,MATCH(C23,K$1:K$200,0)))

  6. #6
    Registered User
    Join Date
    05-19-2010
    Location
    Dhaka, Bangladesh
    MS-Off Ver
    Excel 2003
    Posts
    59

    Re: How to avoid #N/A.

    Thank you both sktneer & FDibbins. You are really great!

    I'll remain you,

    Bablubg

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: How to avoid #N/A.

    Glad to help you. Thanks for the feedback.

+ 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. What to Avoid in VBA
    By pierre08 in forum Excel Programming / VBA / Macros
    Replies: 180
    Last Post: 03-03-2019, 03:31 PM
  2. How to avoid row shifting
    By ange70 in forum Excel General
    Replies: 0
    Last Post: 02-28-2013, 12:59 PM
  3. How to avoid #Value!
    By raviabburi in forum Excel General
    Replies: 8
    Last Post: 11-27-2009, 03:56 AM
  4. Avoid #!REF
    By gtorres in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-07-2007, 01:36 PM
  5. what is this, how do I avoid it?
    By datadude1959 in forum Excel General
    Replies: 2
    Last Post: 09-29-2005, 01: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