+ Reply to Thread
Results 1 to 5 of 5

Getting rid of 00:00 and Div/0 Errors on averages and totals when nothing entered

  1. #1
    Registered User
    Join Date
    10-17-2018
    Location
    Plymouth
    MS-Off Ver
    Excel 2021
    Posts
    96

    Getting rid of 00:00 and Div/0 Errors on averages and totals when nothing entered

    Hello.
    I am developing a log for RM recruits to help them log their injury rehabilitation, in an effort to assist them in seeing their own improvements to help boost both recovery and morale.
    Most of the work is done although I keep getting DIV/0 errors and 00:00 on time totals when no info is entered. I can see why this has happening and I have attempted to use IFERROR however with no avail.

    The cells causing me issue are listed below and attached is the file "Hunter Log" which contains the issue. I only require the issue solved on the sheet named Master

    K&M 17
    F-I 21
    F-I 29 & I 29-39
    F-I 41 & I 41-51

    Yours Ever.
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Getting rid of 00:00 and Div/0 Errors on averages and totals when nothing entered

    try: iferror(if(cell="","",your average()),"")
    Click the * to say thanks.

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Getting rid of 00:00 and Div/0 Errors on averages and totals when nothing entered

    Oops, posted in error, ignore this reply!
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    10-17-2018
    Location
    Plymouth
    MS-Off Ver
    Excel 2021
    Posts
    96

    Re: Getting rid of 00:00 and Div/0 Errors on averages and totals when nothing entered

    I entered the forumula

    =IFERROR(IF(cell="","",AVERAGE(H30:H39)),"")

    In to cell H29 but it didn't work. The error has gone however entering data into the fields below doesn't yield an overall average in the previously stated cell.

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Getting rid of 00:00 and Div/0 Errors on averages and totals when nothing entered

    how about simply =IFERROR(AVERAGE(H30:H35),"")
    does that work for you?
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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. replacing a pivot that counts months and averages totals
    By Shruder in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-22-2018, 01:59 PM
  2. [SOLVED] Averages from daily totals
    By avidcat in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2017, 02:54 AM
  3. Replies: 2
    Last Post: 03-07-2016, 08:12 AM
  4. Working out averages and ignoriong errors
    By Cmorgan in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 12-09-2011, 12:10 PM
  5. Working out the averages in a cell and ignoring errors.
    By Cmorgan in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 06-20-2011, 12:16 PM
  6. Totals and averages
    By CornCrib in forum Excel General
    Replies: 3
    Last Post: 05-09-2011, 04:15 PM
  7. [SOLVED] Getting percentile averages without the #DIV/0! errors!
    By tearingoutmyhair in forum Excel General
    Replies: 11
    Last Post: 05-04-2006, 07:15 AM

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