Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
How can a convert the time into number of seconds. For Eg 12:30:45 = 45045 Does any one know the formula. I have writen a macro for it but if there is a formula it will be helpful. Regards Heera |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A2*24*60*60
or =A2*86400 and format as general or number. Excel stores time in days, and there are 24 hours in a day, 60 minutes in an hour, & 60 seconds in a minute. -- David Biddulph "Heera" wrote in message ... Hi, How can a convert the time into number of seconds. For Eg 12:30:45 = 45045 Does any one know the formula. I have writen a macro for it but if there is a formula it will be helpful. Regards Heera |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thank u....it worked perfectly....
You gave me good logic. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert date/time to seconds | Excel Worksheet Functions | |||
How to convert time into seconds. | Excel Discussion (Misc queries) | |||
Convert "Time Interval" in "hours : minutes : seconds" to seconds | New Users to Excel | |||
Convert time to all seconds | Excel Discussion (Misc queries) | |||
How do i convert a number of seconds to a date/time? | Excel Worksheet Functions |