Forum Discussion
MosheAvraham40
May 20, 2020Copper Contributor
milliseconds diff
I have excel Office Professional 2016 file with dates on A1 and B1 format YYYY-MM-DD HH-MM-SS:SSSS and need to get the diff in milliseconds. Could not get it via DATE nor TIME functions.
Taking into account that in Excel 1 Hour is equal to number 1/24, in one hour 60 minutes, etc. difference in milliseconds could be calculated as
=(B1-A1)*24*60*60*1000
- MosheAvraham40Copper Contributor
SergeiBaklan Thanks for reply.
Still getting #VALUE!
In what format-cell should A1 & B1 be?
Both have data in YYYY-MM-DD HH:MM:SS:SSSS format