masud8956
Board Regular
- Joined
- Oct 22, 2016
- Messages
- 163
- Office Version
- 2016
- 2011
- 2007
- Platform
- Windows
I have a column with 56 rows. I want to insert duration in [h]:mm format without having to type colon. For that I formatted input cells using 0\:00 to get a return at row 57. The problem is, while adding up those duration I am getting erroneous results.
e.g. 0:30 and 0:40 are added up as 0:70 but I expected 1:10.
What did I do wrong? Is there any solution without using VBA?
Thanks in advance.
e.g. 0:30 and 0:40 are added up as 0:70 but I expected 1:10.
What did I do wrong? Is there any solution without using VBA?
Thanks in advance.