PC Review


Reply
Thread Tools Rate Thread

Adding Time...

 
 
ximian
Guest
Posts: n/a
 
      16th Oct 2003
I have a question about adding time in 24 hour format. I like to record
a set of recorded times for my track team.

Format I am using at the moment.

HH:MM:SS

13:24:45 - 13:32:54 = ?

I want excell to add the time but for some reason I am not doing it
correctly. What I did is =sum(b2+e2) etc etc... I get an error or the
time format shows the time AND the date. I just want to display time
with the outcome.

Any help would be appreciated, standing by.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

 
Reply With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      16th Oct 2003
=sum(B2,E2)

format the cell as time.

If the time will exceed 24 hours use a custom format

[h]:mm:ss

Also, In general, excel will not display a negative time. You would have to
change to the 1904 base time system to work with negative times. I only
say that because you show 13:24:45 - 13:32:54 = ? which would produce a
negative time.

--
Regards,
Tom Ogilvy

ximian <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have a question about adding time in 24 hour format. I like to record
> a set of recorded times for my track team.
>
> Format I am using at the moment.
>
> HH:MM:SS
>
> 13:24:45 - 13:32:54 = ?
>
> I want excell to add the time but for some reason I am not doing it
> correctly. What I did is =sum(b2+e2) etc etc... I get an error or the
> time format shows the time AND the date. I just want to display time
> with the outcome.
>
> Any help would be appreciated, standing by.
>
>
>
> ------------------------------------------------
> ~~ Message posted from http://www.ExcelTip.com/
> ~~ View and post usenet messages directly from http://www.ExcelForum.com/
>



 
Reply With Quote
 
ximian
Guest
Posts: n/a
 
      16th Oct 2003
So, from what I take it I am not able to extract a value from this?

13:24:45 - 13:32:54 = 8:09 (8minutes and 09 seconds.) I may need to
swap the integers around so that I do not get a negative value...
(Correct?)

I use military time, easier for me, also none of my times will exceed
an hour if not 24 hours.



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

 
Reply With Quote
 
Max
Guest
Posts: n/a
 
      16th Oct 2003
Try using ABS()?

Put in C1: =ABS(A1-B1)
where A1: earlier time, B1: later time

Format C1 as h:mm:ss

ximian <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> So, from what I take it I am not able to extract a value from this?
>
> 13:24:45 - 13:32:54 = 8:09 (8minutes and 09 seconds.) I may need to
> swap the integers around so that I do not get a negative value...
> (Correct?)
>
> I use military time, easier for me, also none of my times will exceed
> an hour if not 24 hours.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Total Running Time from Begining and Ending Time david.tiberia@publix.com Microsoft Access Form Coding 2 14th Feb 2006 08:54 PM
Adding time to date-time formatted cell =?Utf-8?B?dGF3dHJleShyZW1vdmUgdGhpcyAgKUBwYWNpZmlj Microsoft Excel Misc 4 12th Aug 2005 10:53 PM
Elapsed Time for Productivity / Adding back time for Lunch Breaks =?Utf-8?B?RXJpY1RleA==?= Microsoft Access VBA Modules 1 1st Feb 2005 04:30 PM
formula for adding time to time eg 90min to 6.30am =?Utf-8?B?Vmlja2lqbzYw?= Microsoft Excel Misc 4 31st Aug 2004 11:54 AM
Time delay/lapse when adding days to a time value =?Utf-8?B?amF2YXRvcGlh?= Microsoft Dot NET Framework 1 13th Aug 2004 12:28 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:55 AM.