+ Reply to Thread
Results 1 to 2 of 2

#N/A with Vlook up

  1. #1
    Registered User
    Join Date
    11-20-2003
    Posts
    7

    #N/A with Vlook up

    Hi all

    Is there anyway when doing a vlookup to tell excel if the value you are looking up does not exsist to give 0 instead of just getting a #N/A ref, to enable you still to sum the column.
    Guy
    Last edited by Guy Wates; 10-14-2005 at 08:45 AM.
    Guy

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by Guy Wates
    Hi all

    Is there anyway when doing a vlookup to tell excel if the value you are looking up does not exsist to give 0 instead of just getting a #N/A ref, to enable you still to sum the column.
    Guy
    Try this ...

    =if(isna(your_vlookup_formula),0,your_vlookup_formula)

    Regards.
    BenjieLop
    Houston, TX

+ 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