WD: Formulas Incorrectly Calculate TimesLast reviewed: February 3, 1998Article ID: Q121310 |
The information in this article applies to:
SYMPTOMSThe MAX and MIN functions display incorrect results when calculating numbers in a time format. For example, if you have the following column of numbers
0:11:30 0:08:50 0:02:01 0:12:00the MAX function, such as
{=MAX(above)}will return a result of 58; the MIN function
{=MIN(above)}will return a result of 3. These incorrect results also occur when you use the SUM formula and you bookmark the times and reference the bookmark names in your formula.
CAUSEWord interprets the colon as an operator for addition. In the above example, Word first adds 11 and 30, 8 and 50, 2 and 1, and 12 and 0. This computes to 41, 58, 3 and 12. The highest or MAX value equals 58; the lowest or MIN value equals 3. The SUM formula gives you the result of 114.
STATUSWe are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
|
Additional query words: paste function table format time max min sum
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |