Setting up spreadsheet to calculate time

M

Meenie

Can you tell me the best way to set up a spreadsheet in order to calculate
time, and the formula to do it for Excel 2003?
I have a start date and time and an end date and time and need to know the
number of hours and minutes between those two times.
I have a spreadsheet that someone else made and it just isn't working. I've
tried several formulas but can't get them to work and I'm pulling my hair
out. I'll go blind if I have to go down this spreadsheet and figure these
times out individually!!
Thanks :)
Meenie
 
M

Mike H

Meenie,
I have a spreadsheet that someone else made and it just isn't working

Is just about as unhelpful as it gets, what isn't working, what error do you
get?

Getting the difference between 2 properly formatted dates/times is achieved
with subtraction. So

a1=01/01/2007 08:00:00
a2= 02/01/2008 08:10:00

Both formatted with dd/mm/yyyy hh:mm

In A3 enter =A2-A1
format as [hh]:mm and you will get your answer in hours and minutes.

Mike
 
M

Meenie

Sorry Mike, I tried it so many ways and got so many results. :)
But your way works!! Thanks so much. Now I have to change the spreadsheet
<sigh> but that's ok, lol

Mike H said:
Meenie,
I have a spreadsheet that someone else made and it just isn't working

Is just about as unhelpful as it gets, what isn't working, what error do you
get?

Getting the difference between 2 properly formatted dates/times is achieved
with subtraction. So

a1=01/01/2007 08:00:00
a2= 02/01/2008 08:10:00

Both formatted with dd/mm/yyyy hh:mm

In A3 enter =A2-A1
format as [hh]:mm and you will get your answer in hours and minutes.

Mike

Meenie said:
Can you tell me the best way to set up a spreadsheet in order to calculate
time, and the formula to do it for Excel 2003?
I have a start date and time and an end date and time and need to know the
number of hours and minutes between those two times.
I have a spreadsheet that someone else made and it just isn't working. I've
tried several formulas but can't get them to work and I'm pulling my hair
out. I'll go blind if I have to go down this spreadsheet and figure these
times out individually!!
Thanks :)
Meenie
 
M

Meenie

UH OH. It works for everything except midnight.
If I use 12:00:00 am (or 00:00:00 am) it adds an extra 24 hrs to the answer?!?

Meenie said:
Sorry Mike, I tried it so many ways and got so many results. :)
But your way works!! Thanks so much. Now I have to change the spreadsheet
<sigh> but that's ok, lol

Mike H said:
Meenie,
I have a spreadsheet that someone else made and it just isn't working

Is just about as unhelpful as it gets, what isn't working, what error do you
get?

Getting the difference between 2 properly formatted dates/times is achieved
with subtraction. So

a1=01/01/2007 08:00:00
a2= 02/01/2008 08:10:00

Both formatted with dd/mm/yyyy hh:mm

In A3 enter =A2-A1
format as [hh]:mm and you will get your answer in hours and minutes.

Mike

Meenie said:
Can you tell me the best way to set up a spreadsheet in order to calculate
time, and the formula to do it for Excel 2003?
I have a start date and time and an end date and time and need to know the
number of hours and minutes between those two times.
I have a spreadsheet that someone else made and it just isn't working. I've
tried several formulas but can't get them to work and I'm pulling my hair
out. I'll go blind if I have to go down this spreadsheet and figure these
times out individually!!
Thanks :)
Meenie
 
M

Meenie

Here's what I have
4/30/2008 12:00:00 am (also tried 0:00:00 am)
5/1/2008 6:00:00 pm
answer I'm getting: 42!
But if I change the first column to 4/30/2008 11:59:00 pm I get 18:01.

Meenie said:
UH OH. It works for everything except midnight.
If I use 12:00:00 am (or 00:00:00 am) it adds an extra 24 hrs to the answer?!?

Meenie said:
Sorry Mike, I tried it so many ways and got so many results. :)
But your way works!! Thanks so much. Now I have to change the spreadsheet
<sigh> but that's ok, lol

Mike H said:
Meenie,

I have a spreadsheet that someone else made and it just isn't working

Is just about as unhelpful as it gets, what isn't working, what error do you
get?

Getting the difference between 2 properly formatted dates/times is achieved
with subtraction. So

a1=01/01/2007 08:00:00
a2= 02/01/2008 08:10:00

Both formatted with dd/mm/yyyy hh:mm

In A3 enter =A2-A1
format as [hh]:mm and you will get your answer in hours and minutes.

Mike

:

Can you tell me the best way to set up a spreadsheet in order to calculate
time, and the formula to do it for Excel 2003?
I have a start date and time and an end date and time and need to know the
number of hours and minutes between those two times.
I have a spreadsheet that someone else made and it just isn't working. I've
tried several formulas but can't get them to work and I'm pulling my hair
out. I'll go blind if I have to go down this spreadsheet and figure these
times out individually!!
Thanks :)
Meenie
 
C

crispycrispin

(A1-B1)*1440 as a number for minuits ;)
(A1-B1)*1440/60 as a number with 2 decimal places for hours ;)

Meenie said:
Here's what I have
4/30/2008 12:00:00 am (also tried 0:00:00 am)
5/1/2008 6:00:00 pm
answer I'm getting: 42!
But if I change the first column to 4/30/2008 11:59:00 pm I get 18:01.

Meenie said:
UH OH. It works for everything except midnight.
If I use 12:00:00 am (or 00:00:00 am) it adds an extra 24 hrs to the answer?!?

Meenie said:
Sorry Mike, I tried it so many ways and got so many results. :)
But your way works!! Thanks so much. Now I have to change the spreadsheet
<sigh> but that's ok, lol

:

Meenie,

I have a spreadsheet that someone else made and it just isn't working

Is just about as unhelpful as it gets, what isn't working, what error do you
get?

Getting the difference between 2 properly formatted dates/times is achieved
with subtraction. So

a1=01/01/2007 08:00:00
a2= 02/01/2008 08:10:00

Both formatted with dd/mm/yyyy hh:mm

In A3 enter =A2-A1
format as [hh]:mm and you will get your answer in hours and minutes.

Mike

:

Can you tell me the best way to set up a spreadsheet in order to calculate
time, and the formula to do it for Excel 2003?
I have a start date and time and an end date and time and need to know the
number of hours and minutes between those two times.
I have a spreadsheet that someone else made and it just isn't working. I've
tried several formulas but can't get them to work and I'm pulling my hair
out. I'll go blind if I have to go down this spreadsheet and figure these
times out individually!!
Thanks :)
Meenie
 

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