+ Reply to Thread
Results 1 to 2 of 2

#NUM error message when attempting to do sum

  1. #1
    Registered User
    Join Date
    01-16-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question #NUM error message when attempting to do sum

    I am new to Excel, and have never had any training. We use a database for work that was set up by someone with a high level of IT skill. Since he left, we have been inputting the data. I now need to produce a report using the database and am experiencing an error when attempting to calculate averages, or medians.

    There are several columns I need to produce this data for. It is a patient database, so some of the averages are for waiting times for all patients, and some are average % changes for a walking test and for subjective tests on patients' mood. The changes for each pt are automatically calculated via a formula, which was set up for us.

    When I attempt to do sums to find averages for all the patients, I get a #NUM message. As I said, neither I or my colleagues are very IT or Excel savvy, so are now pulling our hair out with a huge database from which we cannot get the data we require.

    Any help, explained in simple terms please(!) would be much appreciated.

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: #NUM error message when attempting to do sum

    Below are the possible causes of #NUM Error
    • The wrong data type might be supplied in a function that requires a numeric argument.
    • The formula might use a worksheet function that iterates (iteration: Repeated calculation of a worksheet until a specific numeric condition is met.), such as IRR or RATE, and that function cannot find a result.
    • The result of a formula might produce a number that is too large or too small to be represented in Excel.

    To get rid of #NUM Error

    Make use of IFERROR FUNCTION.

    IFERROR(FormulaORvalue, value_if_error)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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