R
rbobcat
I have access database that keeps track of time spent performing a task.
I export the table to excel and attempt to add the “time_spent†(Decimal)
column as hours/minutes.
The problem is how I add this decimal column and it treat the answer as time?
Example;
1.20 would be 1 h 20 m
..45 would be 45 m
But when I add this it returns 1.65 instead of 2.05
I export the table to excel and attempt to add the “time_spent†(Decimal)
column as hours/minutes.
The problem is how I add this decimal column and it treat the answer as time?
Example;
1.20 would be 1 h 20 m
..45 would be 45 m
But when I add this it returns 1.65 instead of 2.05