N
Neil
Hi,
I have two columns of time values. I need to determine the difference
between the two values and return either a positive or negative time
value. The table below is in hours and minutes
Time A Time B
09:00:00 09:00:00
09:00:00 09:03:00
09:00:00 08:58:00
In the above example First row should be "00:00:00", Second row
should be "00:03:00", and Third row should be "-00:02:00"
When subtracting Time B from Time A for the first two rows i get the
correct value, but the third row returns as "##########" I have tried
changing do different formats but nothing seems to be working.
How do i go about displaying it with a negative symbol
Any help would be greatly appreciated.
Thanks
Neil
I have two columns of time values. I need to determine the difference
between the two values and return either a positive or negative time
value. The table below is in hours and minutes
Time A Time B
09:00:00 09:00:00
09:00:00 09:03:00
09:00:00 08:58:00
In the above example First row should be "00:00:00", Second row
should be "00:03:00", and Third row should be "-00:02:00"
When subtracting Time B from Time A for the first two rows i get the
correct value, but the third row returns as "##########" I have tried
changing do different formats but nothing seems to be working.
How do i go about displaying it with a negative symbol
Any help would be greatly appreciated.
Thanks
Neil