+ Reply to Thread
Results 1 to 2 of 2

Ignore or display blank for #DIV/0!

Hybrid View

  1. #1
    Registered User
    Join Date
    04-30-2010
    Location
    washington dc
    MS-Off Ver
    Excel 2007
    Posts
    51

    Ignore or display blank for #DIV/0!

    Hi - I am working on a sheet where I need to ignore, or leave blank, cells where #DIV/0! appears. I have tried several different equations including the ifiserror, however, because the cell which is displaying the #DIV/0! is already an if formula, excel is reminding me that I now have too many formulas. Here is the formula that is yielding #DIV/0!, (which it needs to because this is a template workbook), which I need to ignore:

    =STDEVP(IF(DZ7:DZ37 = 0,"",DZ7:DZ37))

    Thanks! Jacob

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,033

    Re: Ignore or display blank for #DIV/0!

    Try this (only for XL 2007)

    =IFERROR(STDEVP(DZ7:DZ37), "")
    Never use Merged Cells in Excel

+ 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