T
Troy
If I have a column that has these numbers:
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
If I have a column that has these numbers:
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
-----Original Message-----
Troy
Providing the cells have only times (not dates) and the cells between have
only whole numbers, then
=MOD(SUM(A1:A6),1)
Will work. Don't forget to format the result as [h]:mm if it is likely to
go over 24hrs, or you will get a date result
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
If I have a column that has these numbers:
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
.
-----Original Message-----
Thank you.
This did work but I also am doing a total of numbers
excluding the time format ones. Can you help me on this
one?.-----Original Message-----
Troy
Providing the cells have only times (not dates) and the cells between have
only whole numbers, then
=MOD(SUM(A1:A6),1)
Will work. Don't forget to format the result as [h]:mm if it is likely to
go over 24hrs, or you will get a date result
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
If I have a column that has these numbers:
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
.
-----Original Message-----
When I originally posted this question I expected to be
able to just throw a IF Statement at the start so IF any
cells in the range of AI7:AI680="1" then MOD(SUM
(B7:B680),1) but it won't work. Can you help me please.
.-----Original Message-----
Thank you.
This did work but I also am doing a total of numbers
excluding the time format ones. Can you help me on this
one?.-----Original Message-----
Troy
Providing the cells have only times (not dates) and the cells between have
only whole numbers, then
=MOD(SUM(A1:A6),1)
Will work. Don't forget to format the result as [h]:mm if it is likely to
go over 24hrs, or you will get a date result
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
Troy wrote:
If I have a column that has these numbers:
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
.
Thank you.
This did work but I also am doing a total of numbers
excluding the time format ones. Can you help me on this
one?-----Original Message-----
Troy
Providing the cells have only times (not dates) and the cells
between have only whole numbers, then
=MOD(SUM(A1:A6),1)
Will work. Don't forget to format the result as [h]:mm if it is
likely to go over 24hrs, or you will get a date result
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
If I have a column that has these numbers:
0:24
3
0:57
2
1:10
5
How do I make excel add up on the time format numbers?
--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
.