 msabah38
		
			msabah38
		
		
		
		
		
		
		
		
	
			06-02-2021 05:22 AM
I have a excel sheet, where the first column has date and time in the format dd/mm/yy hh:mm:ss AM/PM (For example 02/06/21 03:50:12 PM). I want the to change the time format to show millisecond also. How can I do that?
Solved! Go to Solution.
 jorgemondadori
		
			jorgemondadori
		
		
		 
		
		
		
		
		
	
			06-02-2021 07:59 AM
Hey, if you have a timestamp that gives you information on seconds, just multiply for 1000. also if you need to convert to unix timestamp, found this link on google:
https://www.extendoffice.com/documents/excel/2473-excel-timestamp-to-date.html
 RTSLVU
		
			RTSLVU
		
		
		
		
		
		
		
		
	
			06-02-2021 09:21 AM - edited 06-02-2021 09:22 AM
Well this is a question better asked in an Excel support forum but...
 RTSLVU
		
			RTSLVU
		
		
		
		
		
		
		
		
	
			06-02-2021 09:27 AM - edited 06-02-2021 09:28 AM
I hate to break it to you but your timestamp is invalid in your Excel file.
So you can't fix this by simply reformatting it.
06-02-2021 09:49 AM
How is the timestamp invalid, it is able to show date, month and year, hour, minutes and seconds, AM and PM based on the format we choose.
Tried adding ".sss" after ":ss" but it did not work. Can you make a excel which has timestamp having millisecond.
 RavensFan
		
			RavensFan
		
		
		 
		
		
		
		
		
	
			06-02-2021 10:08 AM
I think he should have said .000
This format works for me: h:mm:ss.000 AM/PM
 RTSLVU
		
			RTSLVU
		
		
		
		
		
		
		
		
	
			06-02-2021 10:11 AM - edited 06-02-2021 10:24 AM
I tried changing the format of the file you attached and could not format it.
If I remove all formatting your time stamps look like this (all the same time!)
A proper timestamp, the raw numbers change with time
 
06-02-2021 10:12 AM
I copied and pasted your format (h:mm:ss.000 AM/PM), but it didn't work for me, can you share your screenshot.
 RTSLVU
		
			RTSLVU
		
		
		
		
		
		
		
		
	
			06-02-2021 10:16 AM - edited 06-02-2021 10:19 AM
@msabah38 wrote:
I copied and pasted your format (h:mm:ss.000 AM/PM), but it didn't work for me, can you share your screenshot.
Because as I said the timestamps are invalid in the data file you attached!
06-02-2021 10:17 AM
Thank you, Got It.