+ Reply to Thread
Results 1 to 5 of 5

IFERROR display zero in accounting format

  1. #1
    Registered User
    Join Date
    10-28-2019
    Location
    San Antonio, TX
    MS-Off Ver
    2016
    Posts
    15

    IFERROR display zero in accounting format

    I'm trying to get W5 to display like W6:W11. I've attached my Excel file. Any help is appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    Office 365 ProPlus
    Posts
    5,855

    Re: IFERROR display zero in accounting format

    =iferror(if(v5>0,t5*(1-v5),0), 0)
    ?Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.?
    ― Robert A. Heinlein

  3. #3
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2202
    Posts
    1,468

    Re: IFERROR display zero in accounting format

    the problem is W5 has an error, so your Iferror formula is making it blank. you could change your iferror to show 0 instead of ""

  4. #4
    Registered User
    Join Date
    10-28-2019
    Location
    San Antonio, TX
    MS-Off Ver
    2016
    Posts
    15

    Re: IFERROR display zero in accounting format

    Disregard. I'm dumb.

  5. #5
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: IFERROR display zero in accounting format

    Try changing this:
    =IFERROR(IF(V5>0,T5*(1-V5),0),"")
    To this:
    =IFERROR(IF(V5>0,T5*(1-V5),0),0)

    Beth.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to load value from cell in accounting format and save in accounting format back
    By lazyserv in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-27-2015, 01:21 PM
  2. How to change accounting format on the format axis
    By khoadphamm in forum Excel General
    Replies: 5
    Last Post: 01-26-2011, 10:43 AM
  3. Excel 2007 : accounting format
    By woodfelder in forum Excel General
    Replies: 1
    Last Post: 09-08-2008, 01:41 PM
  4. [SOLVED] Accounting format
    By Phil in forum Excel General
    Replies: 1
    Last Post: 04-11-2006, 08:35 PM
  5. Accounting Category Display does not show the correct format/outpu
    By per-ardua-ad-astra in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 01-07-2006, 09:35 AM
  6. Replies: 2
    Last Post: 10-16-2005, 05:05 PM
  7. [SOLVED] Display 0's in Accounting format
    By markvi in forum Excel General
    Replies: 3
    Last Post: 03-10-2005, 06:06 PM

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