+ Reply to Thread
Results 1 to 9 of 9

How to avoid the occurance of unexpected VLOOKUP #N/A errors

  1. #1
    Registered User
    Join Date
    03-12-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    6

    How to avoid the occurance of unexpected VLOOKUP #N/A errors

    Hi,

    Could you please suggest How can i avoid the occurance of unexpected VLOOKUP #N/A errror.

    How can i use ISERROR , ISNA to avoid the #N/A option .

    Kindly suggest how can i use ISERROR / ISNA in the below mentioned formula ,

    =+VLOOKUP(C25,Sum_Expl!$B$3:$D$106,2,FALSE)*D25

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    Hi luannc,
    you can check for a match first

    =if(isnumber(Match(c25,Sum_Expl!$B$3:$B$106,0)),+VLOOKUP(C25,Sum_Expl!$B$3:$D$106,2,FALSE)*D25,"Not Found")
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    An alternative perhaps

    Please Login or Register  to view this content.
    Edit/Delete Message

  4. #4
    Registered User
    Join Date
    03-12-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    Hi
    pike/Arthur ,

    i used your suggested formula but the result says notfound,

    I used this the below mentioned formula . it helped me to remove the N/A but it is not picking up the value .

    =IF(ISNA(+VLOOKUP(C34,Sum_Expl!$B$3:$D$106,2,FALSE)),"",VLOOKUP(C34,Sum_Expl!$B$3:$D$106,2,FALSE)*D34)

    kindly suggest

    Can i sent the attachment to any other id , I am unable to upload the file . it is interlinked file (6.3mb ) ,if you can see the file may be you will be able to give better suggestion .

    Actually it is a varience file . It help us show the varience of a particular product . As we have added new menu to our restaurant I wanted to make changes in the file but the file is not expecting the changes .

    There are around 10 sheet which are interlinked with each other . If I want to make a small change, like changing the number , the file is not accepting .

    kindly suggest
    Last edited by luannc; 03-15-2011 at 08:40 AM.

  5. #5
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    the "+" sign before your first Vlookup function is not necessary.
    Maybe post a small sample stripped from confidential information

  6. #6
    Registered User
    Join Date
    03-12-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    6

    Unhappy Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    Hi
    Arthur ,

    I Managed to upload a file , Though the file was initially 6.3mb , i have deleted few sheets to bring it down to 3.7mb . the file will show REF# as the interlinked file is missing .

    My concern was , Actually the sheet which i have attached does not acccept any changes . Even if i retype the same number it will show as N/A in other sheets .

    For EG:- I entered new products in master menu (spicy paneer , Spicy chicken (blue ) ) but the sum _bom Sheet (cells shaded in yellow) shows N/A . But after i used ISNA the NA has vanished but it is not showing the value .

    if you check the promix sheet , it will aslo have N/A ,

    How do i get rid of the N/A . please
    Kindly assist
    Attached Files Attached Files

  7. #7
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    Hi luannc
    which cell and worksheet?
    maybe
    Please Login or Register  to view this content.

  8. #8
    Registered User
    Join Date
    03-12-2011
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    6

    Unhappy Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    hi pike ,

    sum_bom sheet , cell no e37, f37 ,g 37. (cell shaded in yellow )
    I hv added the isNa formula, but the cell is not picking up the value .
    Last edited by luannc; 03-16-2011 at 12:18 PM. Reason: grammer mistake

  9. #9
    Forum Contributor
    Join Date
    01-25-2011
    Location
    Virginia
    MS-Off Ver
    Excel 2016
    Posts
    166

    Re: How to avoid the occurance of unexpected VLOOKUP #N/A errors

    Your attached workbook is a mess due to the removed sheets generating multiple #ref errors. That being said, I believe if you just remove the + sign from in front of the vlookup command your problem will be fixed.

    Regards,

    Tom
    Last edited by tom.hogan; 03-16-2011 at 08:13 PM.

+ 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