Adding hours and minutes in a column

G

Guest

=TEXT(B9-A9,"h:mm") This is the formula I'm using to record the down time.
What can I use to add up the column for a total hrs and minutes?
We might run 24 hrs for a whole week.

Any help would be appreciated,

Fly Boy 5
 
F

Fred Smith

You can do arithmetic on times, but not text. If you want to do arithmetic, then
don't convert to text.

1. Change your formula to: =b9-a9
2. Format as h:mm
3. Now you can add the column. If the column can total more than 24 hours, use a
format of [hh]:mm
 
G

Guest

Thanks Fred,

It work fine!!!!!!!!!

Fred Smith said:
You can do arithmetic on times, but not text. If you want to do arithmetic, then
don't convert to text.

1. Change your formula to: =b9-a9
2. Format as h:mm
3. Now you can add the column. If the column can total more than 24 hours, use a
format of [hh]:mm

--
Regards,
Fred


Fly Boy 5 said:
=TEXT(B9-A9,"h:mm") This is the formula I'm using to record the down time.
What can I use to add up the column for a total hrs and minutes?
We might run 24 hrs for a whole week.

Any help would be appreciated,

Fly Boy 5
 
F

Fred Smith

Glad to help. Thanks for the feedback.

--
Regards,
Fred


Fly Boy 5 said:
Thanks Fred,

It work fine!!!!!!!!!

Fred Smith said:
You can do arithmetic on times, but not text. If you want to do arithmetic,
then
don't convert to text.

1. Change your formula to: =b9-a9
2. Format as h:mm
3. Now you can add the column. If the column can total more than 24 hours,
use a
format of [hh]:mm

--
Regards,
Fred


Fly Boy 5 said:
=TEXT(B9-A9,"h:mm") This is the formula I'm using to record the down time.
What can I use to add up the column for a total hrs and minutes?
We might run 24 hrs for a whole week.

Any help would be appreciated,

Fly Boy 5
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top