+ Reply to Thread
Results 1 to 4 of 4

Thread: #n/a

  1. #1
    Registered User
    Join Date
    06-25-2009
    Location
    Canada, Victoria
    MS-Off Ver
    Excel 2003
    Posts
    6

    #n/a

    Hi,

    Does anyone know how to get rid of the #N/A if the formula is not looking for current info.
    I would like the cell to equal Zero if nothing is happening.

    =VLOOKUP(F12,'Labour Standards'!$I$7:$L$19,4,FALSE)

    Thanks

  2. #2
    Valued Forum Contributor vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - Guimba-Nueva Ecija
    MS-Off Ver
    2010
    Posts
    777

    Re: #n/a

    hello

    try
    =IF(ISNA(VLOOKUP(F12,'Labour Standards'!$I$7:$L$19,4,FALSE)),0)
    Contributors to this forum do not get paid. They give their valuable time to help you solve your problem. That's why feel free to CLICK their STAR icon to say thank you -even the given idea/solution didn't really solve your queries. The time given to you deserves a small gratitude anyway.

    Dare to give a pencil to a child. http://www.blackpencilproject.org/

  3. #3
    Registered User
    Join Date
    06-25-2009
    Location
    Canada, Victoria
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: #n/a

    Hi,

    The problem i'm having is that the formula now show false when the cell is active.

  4. #4
    Valued Forum Contributor
    Join Date
    12-14-2009
    Location
    San Francisco, CA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    986

    Re: #n/a

    =IF(ISERROR(VLOOKUP(F12,'Labour Standards'!$I$7:$L$19,4,FALSE)),0,VLOOKUP(F12,'Labour Standards'!$I$7:$L$19,4,FALSE))
    To thank someone who has helped you, click on the star icon below their name.

    I hate reading

    Portfolio

    I need a job.
    I am young and incompetent

+ 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.2.0