Totaling Hours in Standard Format

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using =TEXT(D12-C12,"h:mm") to add the time between to times but I can't
total the hours for the week. I use the function SUM(E10:E31) but it does
not work. I think it is because of the text format of the function that I
used above.

I appreciate anyone's help.

Thanks.
 
Why not just use

=D12-C12

and format as "hh:mm"

in the total box, format as [hh]:mm
 
I am using =TEXT(D12-C12,"h:mm") to add the time between to times but I can't
total the hours for the week. I use the function SUM(E10:E31) but it does
not work. I think it is because of the text format of the function that I
used above.

I appreciate anyone's help.

Thanks.

Why not just use

=D12-C12

???


--ron
 
It does not work because I have the cells that's being calculated in time
formate so I had to formate the cell using the Text function in order for it
to calculate the diffence between the times.

Bob Phillips said:
Why not just use

=D12-C12

and format as "hh:mm"

in the total box, format as [hh]:mm

--
HTH

Bob Phillips

Coco said:
I am using =TEXT(D12-C12,"h:mm") to add the time between to times but I can't
total the hours for the week. I use the function SUM(E10:E31) but it does
not work. I think it is because of the text format of the function that I
used above.

I appreciate anyone's help.

Thanks.
 
Have you actually tried it?

--
HTH

Bob Phillips

Coco said:
It does not work because I have the cells that's being calculated in time
formate so I had to formate the cell using the Text function in order for it
to calculate the diffence between the times.

Bob Phillips said:
Why not just use

=D12-C12

and format as "hh:mm"

in the total box, format as [hh]:mm

--
HTH

Bob Phillips

Coco said:
I am using =TEXT(D12-C12,"h:mm") to add the time between to times but
I
can't
total the hours for the week. I use the function SUM(E10:E31) but it does
not work. I think it is because of the text format of the function that I
used above.

I appreciate anyone's help.

Thanks.
 

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

Back
Top