Posted May 10 '04 at 07:40 AM
Posts: 51
I will upload the file once I get home as it is on my home PC.
To understand the fractions you need to understand how Excel deals with times.
Excel splits the day into seconds.
Therefore one day has 24 * 60 * 60 = 86,400 seconds ( Hours x minutes x seconds ).
Therefore 1/86400 = 1 second.
Using this we can say 15 minutes = 15 x 60 = 900 seconds. To denote this in Excel we use 900 x 1/86400 = 900/86400.
This simplifies to 1/96 and hence the mysterious fraction used in the formula.
Hope this helps