Converting 9/30/04 16:30 to minutes only

L

LC22

Is there a way to subtrace 9/8/04 16:30:00 from 9/15/04 16:46:00 and i
the resulting cell have it display minutes only?

If so, how? Currently, I can subtract the dates but it displays th
days, hours and minutes in that data format so it'd be: 1/7/00 00:16 t
mean 7 days and 0 hours and 16 minutes.


Thanks!! :cool
 
G

Guest

You can use a custom format. In the cell that you want to read

7 days and 0 hours and 16 minutes

format the date as Custom (instead of date as it is currently) and use the
following:
d "Days," h "Hours and" mm "Minutes"

Hope this helps...
 
G

George Nicholson

Multiply the result of your calculation by 1440 (the number of minutes in a
day) and then format it as a Number, not a Date/Time.
 
D

Dave Peterson

Typo alert <bg>:

Instead of:
[mm:ss]
try:
[mm]:ss



Tom said:
do a custom number format on the cell.

format it as

[mm]

or

[mm:ss]
--
Regards,
Tom Ogilvy

LC22 said:
Is there a way to subtrace 9/8/04 16:30:00 from 9/15/04 16:46:00 and in
the resulting cell have it display minutes only?

If so, how? Currently, I can subtract the dates but it displays the
days, hours and minutes in that data format so it'd be: 1/7/00 00:16 to
mean 7 days and 0 hours and 16 minutes.


Thanks!! :cool:
 
T

Tom Ogilvy

Yep, thanks.

--
Regards,
Tom Ogilvy

Dave Peterson said:
Typo alert <bg>:

Instead of:
[mm:ss]
try:
[mm]:ss



Tom said:
do a custom number format on the cell.

format it as

[mm]

or

[mm:ss]
--
Regards,
Tom Ogilvy

LC22 said:
Is there a way to subtrace 9/8/04 16:30:00 from 9/15/04 16:46:00 and in
the resulting cell have it display minutes only?

If so, how? Currently, I can subtract the dates but it displays the
days, hours and minutes in that data format so it'd be: 1/7/00 00:16 to
mean 7 days and 0 hours and 16 minutes.


Thanks!! :cool:
------------------------------------------------------------------------
 

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