+ Reply to Thread
Results 1 to 3 of 3

Formula to convert resulting #N/A to 0

  1. #1
    cehipso
    Guest

    Formula to convert resulting #N/A to 0

    Formulas using vlookup or similar returns #N/A if values are not found.
    How can this string be converted to 0 other way than manually?

  2. #2
    Jerry W. Lewis
    Guest

    RE: Formula to convert resulting #N/A to 0

    =IF(ISNA(formula),0,formula)

    Jerry

    "cehipso" wrote:

    > Formulas using vlookup or similar returns #N/A if values are not found.
    > How can this string be converted to 0 other way than manually?


  3. #3
    cehipso
    Guest

    RE: Formula to convert resulting #N/A to 0



    "Jerry W. Lewis" wrote:

    > =IF(ISNA(formula),0,formula)
    >
    > Jerry
    >
    > "cehipso" wrote:
    >Thanks a lot to Jerry
    > > Formulas using vlookup or similar returns #N/A if values are not found.
    > > How can this string be converted to 0 other way than manually?


+ 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