Time Formatting Question

J

John Calder

Hi

I run Excel 2K

I download various times from a mainframe. When the come down they look like
this:

1:53:00 AM

When I try a custom format to convert this to minutes I get the number 1 as
a result.

I use fortmat:cell:custom:m

But, if I enclose the "m" in square brackets ( [m] ) then it converts the
time to minutes which is what I want. I would like to know what the [ ]
brackets do?

Thanks
 
T

T. Valko

When you formatted the times as "m" Excel evaluates just "m" as the MONTH.
That's why you got a displayed value of 1. Excel evaluated 1:53:00 AM as
January 1, 1900 1:53:00 AM. So, m = 1 (for January).

When you include the brackets [m] Excel then evaluates the "m" as minutes
and the brackets keep the minutes from rolling over into hours at 60
minutes.

The same thing happens and is easier to see what Excel is doing when dealing
with times that span more than 24 hours.

Enter 25:00 in a cell and make sure the format is h:mm. You'll see that
Excel displays 1:00. The hours rolled over into days at 24 hours so Excel
displays the remainder which is 1 hour (25 hours minus 24 hours).

Now, change the format to [h]:mm and you'll now see that Excel displays
25:00.

So, the brackets [ ] keep the unit of measure from rolling over to the next
higher unit of measure.
 
J

John Calder

Thanks ! This was an excellent answer to my question. Well Done !

T. Valko said:
When you formatted the times as "m" Excel evaluates just "m" as the MONTH.
That's why you got a displayed value of 1. Excel evaluated 1:53:00 AM as
January 1, 1900 1:53:00 AM. So, m = 1 (for January).

When you include the brackets [m] Excel then evaluates the "m" as minutes
and the brackets keep the minutes from rolling over into hours at 60
minutes.

The same thing happens and is easier to see what Excel is doing when dealing
with times that span more than 24 hours.

Enter 25:00 in a cell and make sure the format is h:mm. You'll see that
Excel displays 1:00. The hours rolled over into days at 24 hours so Excel
displays the remainder which is 1 hour (25 hours minus 24 hours).

Now, change the format to [h]:mm and you'll now see that Excel displays
25:00.

So, the brackets [ ] keep the unit of measure from rolling over to the next
higher unit of measure.

--
Biff
Microsoft Excel MVP


John Calder said:
Hi

I run Excel 2K

I download various times from a mainframe. When the come down they look
like
this:

1:53:00 AM

When I try a custom format to convert this to minutes I get the number 1
as
a result.

I use fortmat:cell:custom:m

But, if I enclose the "m" in square brackets ( [m] ) then it converts the
time to minutes which is what I want. I would like to know what the [ ]
brackets do?

Thanks


.
 
G

Guest

John Calder said:
Hi

Say your time is in cell A1. In the cell next to it (B1) type the formula
[=a1*24*60]. You must first convert the time[1:53:00] to a decimal number,
Then take that number times 60 to convert it to minutes, which is 113
minutes. Or Take the 1:53:00 times 1440 which is 60 times 24. Make sure
you format cell B1 to Gereran or number.

I run Excel 2K
I download various times from a mainframe. When the come down they look
like
this:

1:53:00 AM

When I try a custom format to convert this to minutes I get the number 1
as
a result.

I use fortmat:cell:custom:m

But, if I enclose the "m" in square brackets ( [m] ) then it converts the
time to minutes which is what I want. I would like to know what the [ ]
brackets do?

Thanks
 
T

T. Valko

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


John Calder said:
Thanks ! This was an excellent answer to my question. Well Done !

T. Valko said:
When you formatted the times as "m" Excel evaluates just "m" as the
MONTH.
That's why you got a displayed value of 1. Excel evaluated 1:53:00 AM as
January 1, 1900 1:53:00 AM. So, m = 1 (for January).

When you include the brackets [m] Excel then evaluates the "m" as minutes
and the brackets keep the minutes from rolling over into hours at 60
minutes.

The same thing happens and is easier to see what Excel is doing when
dealing
with times that span more than 24 hours.

Enter 25:00 in a cell and make sure the format is h:mm. You'll see that
Excel displays 1:00. The hours rolled over into days at 24 hours so Excel
displays the remainder which is 1 hour (25 hours minus 24 hours).

Now, change the format to [h]:mm and you'll now see that Excel displays
25:00.

So, the brackets [ ] keep the unit of measure from rolling over to the
next
higher unit of measure.

--
Biff
Microsoft Excel MVP


John Calder said:
Hi

I run Excel 2K

I download various times from a mainframe. When the come down they look
like
this:

1:53:00 AM

When I try a custom format to convert this to minutes I get the number
1
as
a result.

I use fortmat:cell:custom:m

But, if I enclose the "m" in square brackets ( [m] ) then it converts
the
time to minutes which is what I want. I would like to know what the [ ]
brackets do?

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

Similar Threads


Top