Forum Discussion
dillanpatel
Jul 13, 2020Copper Contributor
Time to Number Format
Hello,
I'm needing a time format such as 18:34 to be in a number only format (so, 18:34 = 1834, 04:59 = 459, 01:10 = 110 etc)
Does anyone know the formulae to do this?
Thank you.
6 Replies
- SergeiBaklanDiamond Contributor
If that's only to change the format, not time value, you may apply custom number format like
- dillanpatelCopper Contributor
Okay, how would I change it so it can be a number? If I change it to text, it converts it to a decimal that is irrelevant.
- SergeiBaklanDiamond Contributor
It is a number, we only changed the format. One hour in Excel is equal 1/24, thus 04:59 is equal to 0.207638888888889. That is the value of it, you may apply General format and check.
Applied format is only makes for this number more human friendly representation, 04:59 or 459, whaever.