![]() |
Excel - Convert int value secs past midnight into time 53100=2:45
How do convert an int value of seconds past midnight into a time value?
Example: 53100 = 2:45PM |
Answer: Excel - Convert int value secs past midnight into time 53100=2:45
To convert an integer value of seconds past midnight into a time value in Excel, use the following formula:
Formula:
The TIME function takes three arguments: hours, minutes, and seconds. Since we only have the number of seconds past midnight, we can set the hours and minutes to zero and use the integer value of seconds as the third argument. The result will be a time value that you can format as desired (e.g. 2:45 PM). To do this, select the cell with the time value, right-click, and choose Format Cells. In the Format Cells dialog box, select Time and choose the desired time format. That's it! You should now have a time value that corresponds to the integer value of seconds past midnight. |
Excel - Convert int value secs past midnight into time 53100=2:45
Divide by the number of seconds in a day, as in:
=a1/86400 Format as a time. Regards, Fred "Zuly" wrote in message ... How do convert an int value of seconds past midnight into a time value? Example: 53100 = 2:45PM |
All times are GMT +1. The time now is 12:47 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com