help creating a time function

J

Josh

Hello,
I am trying to create a time function that will look at a typical day and
add the hours. Then show how many hours after 8 is overtime. I have the
first part created, but how can I write a formula that will look at say 12:45
hours and tell me 4:45 of it is overtime? Please help!!

Thanks!!!
 
J

Josh

Thanks Teethless mama.

Now where would i put this? I tried to put it in a cell and link it to my
time, but the format just shows 12:00 AM
 
J

Josh

Per,

That worked PERFECTLY!!! Thank you!!!

Now one more question. I am also trying to add up the time but the simple
=sum (a2:d2) doesnt work. Is there a special one for time?
 
P

Per Jessen

Thanks for your reply.

Sure, =SUM(A2:D2) work on time, but if the result exceeds 24 hours,
you have to format the resulting cell as Custom: [h]:mm to show the
result as hours.
(Goto Format > Cells > Number > Custom > Type: [h]:mm)


Regards,
Per
 
J

Josh

Hello Per,
I have tried this method and it still comes up as 0:00. I even made the
custom [h]:mm and used the h:mm format. Here is what the cell format is
currently

=SUM(J2:J34) It is formatted as [h]:mm

Per Jessen said:
Thanks for your reply.

Sure, =SUM(A2:D2) work on time, but if the result exceeds 24 hours,
you have to format the resulting cell as Custom: [h]:mm to show the
result as hours.
(Goto Format > Cells > Number > Custom > Type: [h]:mm)


Regards,
Per

Per,

That worked PERFECTLY!!! Thank you!!!

Now one more question. I am also trying to add up the time but the simple
=sum (a2:d2) doesnt work. Is there a special one for time?





- Vis tekst i anførselstegn -

.
 
J

Josh

I just noticed that if it is actual time it works. What I am trying to
caculate is the extra time with this formula. =TEXT(E30+I30,"h:mm") How can
I add that time up?

Per Jessen said:
Thanks for your reply.

Sure, =SUM(A2:D2) work on time, but if the result exceeds 24 hours,
you have to format the resulting cell as Custom: [h]:mm to show the
result as hours.
(Goto Format > Cells > Number > Custom > Type: [h]:mm)


Regards,
Per

Per,

That worked PERFECTLY!!! Thank you!!!

Now one more question. I am also trying to add up the time but the simple
=sum (a2:d2) doesnt work. Is there a special one for time?





- Vis tekst i anførselstegn -

.
 

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