Z Zuly May 27, 2010 #1 How do convert an int value of seconds past midnight into a time value? Example: 53100 = 2:45PM
F Fred Smith May 27, 2010 #2 Divide by the number of seconds in a day, as in: =a1/86400 Format as a time. Regards, Fred