home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / apps / spreadsh / 765 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.3 KB

  1. Path: sparky!uunet!munnari.oz.au!manuel.anu.edu.au!sorokin!cording
  2. From: cording@sorokin.anu.edu.au (Dean Cording)
  3. Newsgroups: comp.apps.spreadsheets
  4. Subject: Re: Excel 4.0 & Time Summing
  5. Date: 16 Dec 92 06:32:26 GMT
  6. Organization: Australian National University
  7. Lines: 27
  8. Message-ID: <cording.724487546@sorokin>
  9. References: <ByuB2p.C6w@brunel.ac.uk>
  10. NNTP-Posting-Host: 150.203.76.12
  11.  
  12. Brian.Milner@brunel.ac.uk (Brian D Milner) writes:
  13.  
  14.  
  15. >I am trying to add up a series of times in an Excel 4.0 spreadsheet.
  16.  
  17. >The times are written thus:
  18.  
  19. >        00:50:55
  20. >        09:11:13
  21. >        23:05:59
  22.  
  23. >i.e. hours:minutes:seconds.     Excel recognises that, and adds them
  24. >up as hours:minutes:seconds; but if the total is greater than (09?)
  25. >hours, is gives the sum as '0'!
  26.  
  27. Excel's time format will only handle upto 24 hours before it rolls
  28. around to 00:00:00 again.  Actually it doesn't roll around but adds
  29. 1 to the date. If you set the number format to dd/mm/yy hh:mm:ss you
  30. will see what I mean.  I have writen a formula that will add up times
  31. in excess of 24 hours.  It does this by converting the hh:mm:ss number
  32. to a decimal number and displaying it as hh.mm.  The formula is quite
  33. large and messy.  I don't have it here right now but if anyone's
  34. interested I'll post it.
  35.  
  36.  
  37. Dean Cording
  38.  
  39.