+ Reply to Thread
Results 1 to 2 of 2

How to tackle Division by zero for DAVERAGE function

  1. #1
    Sharma
    Guest

    How to tackle Division by zero for DAVERAGE function

    I am using DAVERAGE function and teh resulkt is #DIV/0!. How to change this
    display in a cell to blank or "-"?

  2. #2
    Biff
    Guest

    Re: How to tackle Division by zero for DAVERAGE function

    Hi!

    An AVERAGE(IF(........................) array formula would probably be
    easier!

    Try this:

    =IF(ISERROR(your_formula)),"",your_formula)

    That will return a blank. If you want the dash:

    =IF(ISERROR(your_formula)),"-",your_formula)

    Biff

    "Sharma" <[email protected]> wrote in message
    news:[email protected]...
    >I am using DAVERAGE function and teh resulkt is #DIV/0!. How to change this
    > display in a cell to blank or "-"?




+ 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