Hi There,
I have calculated second from two datetime value. I need to present the average time by minutes and time format. I used following statement to transfer the value into time and minutes.
=Floor((<Activation Time - TimeInSec(Act-Day)>/<Activation - Cases(Act-Day)>)/60)+ (Mod((<Activation Time - TimeInSec(Act-Day)>/<Activation - Cases(Act-Day)>) ,60)/100)
This is working fine until I have got a time 01:595(MM:SS). As this is actually a decimal format, it roundup to 01:60 which I do not want. Is there anyway, I can stop roundup or would there be any other easy way I am miising.
I will highly appreciate your help regarding this.
Regards
Jay
I have calculated second from two datetime value. I need to present the average time by minutes and time format. I used following statement to transfer the value into time and minutes.
=Floor((<Activation Time - TimeInSec(Act-Day)>/<Activation - Cases(Act-Day)>)/60)+ (Mod((<Activation Time - TimeInSec(Act-Day)>/<Activation - Cases(Act-Day)>) ,60)/100)
This is working fine until I have got a time 01:595(MM:SS). As this is actually a decimal format, it roundup to 01:60 which I do not want. Is there anyway, I can stop roundup or would there be any other easy way I am miising.
I will highly appreciate your help regarding this.
Regards
Jay