G
Guest
Hi There
OK, this will probably seem simple to the MVPs out there, but I'm stumped!
I have established a spreadsheet as follows: (I did it like this so my data entry folks wouldn't have to type in the ":" for time calculations
Col A: minutes entered in with a format of Numbe
Col B: seconds entered in with a format of Numbe
Col C: Total time which is the concatenation of a1 and b1 with the TIME function ie. TIME(,a1,b1). THe format is [mm].ss so that I don't role over to hour
I then Sum the C column with a format of [mm].ss
For example,
Col A Col B Col
792 4 792.0
18 33 18.3
433 53 433.5
776 56 776.5
TOTAL 2021.2
It works like a charm except when the value in the A Column is greater than 1440. It then just displays the amount over the 1440 correctly. For example 1515 displays as 75 minutes. Naturally then, my TOTAL from Column C is incorrect.
Any suggestions on how I can get this to work correctly??
I appreciate any suggestions!
Thanks so much
Ingrid
OK, this will probably seem simple to the MVPs out there, but I'm stumped!
I have established a spreadsheet as follows: (I did it like this so my data entry folks wouldn't have to type in the ":" for time calculations
Col A: minutes entered in with a format of Numbe
Col B: seconds entered in with a format of Numbe
Col C: Total time which is the concatenation of a1 and b1 with the TIME function ie. TIME(,a1,b1). THe format is [mm].ss so that I don't role over to hour
I then Sum the C column with a format of [mm].ss
For example,
Col A Col B Col
792 4 792.0
18 33 18.3
433 53 433.5
776 56 776.5
TOTAL 2021.2
It works like a charm except when the value in the A Column is greater than 1440. It then just displays the amount over the 1440 correctly. For example 1515 displays as 75 minutes. Naturally then, my TOTAL from Column C is incorrect.
Any suggestions on how I can get this to work correctly??
I appreciate any suggestions!
Thanks so much
Ingrid