Re: Summing Time Data

From: JE McGimpsey (jemcgimpsey_at_mvps.org)
Date: 01/04/05


Date: Tue, 04 Jan 2005 07:32:32 -0700

SUM() ignores text, while the + operator will coerce its text arguments
to numeric if it can.

Try coercing your data to actual numeric values (which is how XL stores
times - as fractional days) by copying an empty cell, selecting your
values, choosing Edit/Paste Special, selecting the Values and Add radio
buttons, then clicking OK. Format the result as time.

In article <E858891B-CAAC-4D50-A90E-FB2D6F39AE77@microsoft.com>,
 AJG <AJG@discussions.microsoft.com> wrote:

> Is there anyone out there who knows why the SUM function won't work, but
> manual addition will?