S
Soph
Hi
I am not sure what is going on here but I have timesteps
of 15min from midnight to 11.45pm in the following format:
0000 to 2345 which I am tring to convert to 00:00 to 23:45
format. I have been using the below formula but it only
works for certain hours -
=TIME(INT(A1/100),MOD(A1/100,2)*100,0)
for eg. from 0000-0045 the formula converts this correctly
to 12:00 AM - 12:45 AM. But from 0100-0145 it converts to
2:40 AM - 3:25 AM.
Why is this happening? and can I avoid it?
Cheers
Soph
I am not sure what is going on here but I have timesteps
of 15min from midnight to 11.45pm in the following format:
0000 to 2345 which I am tring to convert to 00:00 to 23:45
format. I have been using the below formula but it only
works for certain hours -
=TIME(INT(A1/100),MOD(A1/100,2)*100,0)
for eg. from 0000-0045 the formula converts this correctly
to 12:00 AM - 12:45 AM. But from 0100-0145 it converts to
2:40 AM - 3:25 AM.
Why is this happening? and can I avoid it?
Cheers
Soph