About 197,000 results
Open links in new tab
  1. How to convert dd:hh:mm:ss format time into seconds in Excel ...

    Mar 23, 2021 · As the strings represent time use the to convert them to a time serial number, after that apply the to convert the time serial to seconds. Also use the Left, Right and Substitute …

  2. Convert text date/time to a real date time in excel

    Mar 28, 2016 · The accepted answer for full date-time conversion is overly complicated. Excel's VALUE() function will achieve the desired conversion without needing to call DATEVALUE() …

  3. How do I convert hh:mm:ss.000 to milliseconds in Excel?

    Apr 28, 2017 · 35 I have a device which outputs the time in the format hh:mm:ss.000, e.g., 00:04:58.727 and I need to convert these to milliseconds. I can't change the way the device …

  4. Converting unix time into date-time via excel - Stack Overflow

    This number of seconds is called "Unix timestamp" or "Unix time" or "POSIX time" or just "timestamp" and sometimes (confusingly) "Unix epoch". In the case of Excel they chose a …

  5. Convert HH:MM values to H in the same column - Stack Overflow

    Jan 27, 2023 · Is there a way for me to format a column where the values I enter in the format HH:MM (elapsed time, not datetime) are converted to hours in decimal, preferably in the same …

  6. Convert time fields to strings in Excel - Stack Overflow

    Oct 21, 2008 · This kind of this is always a pain in Excel, you have to convert the values using a function because once Excel converts the cells to Time they are stored internally as numbers. …

  7. How to convert duration time in excel? (e.g.) 0h 31m 3s to 00:31:03?

    Aug 5, 2020 · 1 Excel does not know the duration between timestamp and duration, both are the same: When I enter "00:31:03" the cell formatting automatically becomes: hh:mm:ss When I …

  8. How to represent a DateTime in Excel - Stack Overflow

    This will convert the DateTime to a double which is the underlying type which Excel uses for a Date / Time, and then format the cell with a default date and / or time number format …

  9. How do I read a date in Excel format in Python? - Stack Overflow

    Jul 10, 2009 · 1 excel stores dates and times as a number representing the number of days since 1900-Jan-0, if you want to get the dates in date format using python, just subtract 2 days from …

  10. Converting 4 digit numbers to time format in Excel

    I will settle for using a formula to convert a 4 digit base 10 number into hh:mm when calculating the driving hours, but I would rather Excel just recognise the data for times. I hope this makes …