Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an Excel spreadsheet that provides a date/time field in one column and
a seconds field in another column. How can I combine the seconds to this Date/time field? Example: Column A Column B Date/Time Seconds 8/30/2008 9:22:00 AM 44 8/30/2008 9:18:00 AM 27 8/30/2008 7:03:00 AM 23 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Excel stores times as fractions of a day. there are 86400 seconds in a day, so to add your time you would need =A2+B2/86400 Format the cell as FormatCellsNumberCustom m/dd/yyyy hh:mm:ss -- Regards Roger Govier "terminal euphoria" wrote in message ... I have an Excel spreadsheet that provides a date/time field in one column and a seconds field in another column. How can I combine the seconds to this Date/time field? Example: Column A Column B Date/Time Seconds 8/30/2008 9:22:00 AM 44 8/30/2008 9:18:00 AM 27 8/30/2008 7:03:00 AM 23 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks a-lot - that did it!
"Roger Govier" wrote: Hi Excel stores times as fractions of a day. there are 86400 seconds in a day, so to add your time you would need =A2+B2/86400 Format the cell as FormatCellsNumberCustom m/dd/yyyy hh:mm:ss -- Regards Roger Govier "terminal euphoria" wrote in message ... I have an Excel spreadsheet that provides a date/time field in one column and a seconds field in another column. How can I combine the seconds to this Date/time field? Example: Column A Column B Date/Time Seconds 8/30/2008 9:22:00 AM 44 8/30/2008 9:18:00 AM 27 8/30/2008 7:03:00 AM 23 |
#4
![]() |
|||
|
|||
![]()
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert date/time to seconds | Excel Worksheet Functions | |||
Need help: convert seconds to date and time | Excel Discussion (Misc queries) | |||
How to Join/concatenate a date field with a time field in Excel? | Excel Discussion (Misc queries) | |||
Convert "Time Interval" in "hours : minutes : seconds" to seconds | New Users to Excel | |||
How do i convert a number of seconds to a date/time? | Excel Worksheet Functions |