+ Reply to Thread
Results 1 to 4 of 4

Vlookup

Hybrid View

  1. #1
    Registered User
    Join Date
    04-15-2004
    Posts
    12

    Vlookup

    When I do a VLOOKUP I want a zero in the column if the VLookup is not successful
    What function do I use?

  2. #2
    krupesh
    Guest

    Re: Vlookup

    Hi

    will you elobrate more

    Krupesh


  3. #3
    Registered User
    Join Date
    04-15-2004
    Posts
    12

    Vlookup

    In some cases when I do a Vlookup there is no matching entry found so the formula returns #N/A

    If this happens I want to place a zero in the cell as opposed to seeing the #N/A message

  4. #4
    Pete_UK
    Guest

    Re: Vlookup

    Try this:

    =IF(ISNA(Vlookup_formula),0,Vlookup_formula)

    Pete


+ 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