I'm not sure how bringing it in as days converts it to hours, minutes, seconds.
But =sum() will add up all the values in the range with no rounding.
So if you wanted to round up those to the nearest minute, you could use
something like:
=Ceiling(sum(a1:a10),time(0,1,0))
Give it a temporary format of: [hh]:mm:ss
to see if it works.
There is also an =floor() to round down.
Kayda wrote:
>
> Actually, now if I bring the values in as days and format as [h]:mm it
> seems to work and I can SUM the column. Only problem now is the
> rounding, if the [h]:mm:ss format would be 01:33:59, the [h]:mm format
> turns out as 01:33. Is there any way to get that to round? Also, the
> way it is now, does the SUM I do add up the full [h]:mm:ss values in
> the column and then do the (incorrect) rounding, or does it add up all
> the [h]:mm only and not count the seconds? I'm assuming the former
> since the actual "number of days" value is actually stored in the
> field and we are just talking formatting here.
>
> Thanks,
> Kayda
--
Dave Peterson
|