+ Reply to Thread
Results 1 to 3 of 3

Displaying zero values and percentages.

  1. #1
    Registered User
    Join Date
    10-07-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    4

    Displaying zero values and percentages.

    Hi
    I need help with an efficiency work sheet i am doing for work.I have 2 problems as follows:

    1. if zero is entered as a value or there is no value ,i get #DIV/0 displayed in cells which are calculated from that entry.How can i have a zero displayed.

    2.I have a row of percentages for staff efficiency for a week.What would be the equation for the total percentage for that week?

    Thanks in advance.
    Last edited by podge2010; 10-09-2011 at 09:32 AM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Displaying zero values and percentages.

    Hi,

    1. Just wrap your formula in an =IFERROR() function. i.e.
    =IFERROR(yourformula,0)

    2. =SUM(the_total of the numerator values_used_by_your_%calculations/the_total of the denominator values_used_by_your_%calculations)

    Regards
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    10-07-2011
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Displaying zero values and percentages.

    Thanks for your help

+ 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