Hello,
When using the formula the time is sometimes dispayed as -00:00 while it should be 00:00. what is causing this?![]()
Please Login or Register to view this content.
I have added my sheet in the attachment.
Regards,
Kiewan
Hello,
When using the formula the time is sometimes dispayed as -00:00 while it should be 00:00. what is causing this?![]()
Please Login or Register to view this content.
I have added my sheet in the attachment.
Regards,
Kiewan
Column P you have different cell formats
Kind regards
Leo
Hi kiewan and welcome to the forum,
I believe this is simply a rounding error while using binary math. Zero and -Zero are the same (you know this). But in computers that need to use 16 digits of accuracy it might be just negative.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
@Kiewan:
It's a rounding issue. To address it, try placing the following formula in cell O3 and drag-copying it down as needed:
=MROUND(E3+G3+I3+K3+M3+R3+N3,"0:01")
You are welcome.
MROUND(time_value,"0:01") rounds the time_value to the nearest minute.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks