Re: how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.
- From: Tushar Mehta <tmUnderscore200310@xxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 21 Aug 2005 08:53:19 -0400
I don't know that those numbers mean. Is it information in hh:mm or
mm:ss? In any case, you already have the building blocks with my last
post. The functions MINUTE() and SECOND() and you can guess by
extension that there is a function HOUR(). Just put the pieces
together depending on what numbers you have.
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
In article <97609425-ABCD-409C-92BB-96BA8693845F@xxxxxxxxxxxxx>,
velePhant@xxxxxxxxxxxxxxxxxxxxxxxxx says...
> Thank you , however i have following example, can you please explain how to
> convert it into Minutes:
>
> 1:02
> 5:55
> 0:13
> 0:21
> 51:37:00
> 1:15
> 0:00
> 4:29
> 0:59
> 15:42
> 0:05
> 1:33
> 0:05
> 0:04
> 4:48
>
> Vele Phant
>
> "Tushar Mehta" wrote:
>
> > In article <5F13B001-9B6B-4D5D-BD81-ACAAF5799CF6@xxxxxxxxxxxxx>, "=?
> > Utf-8?B?dmVsZSBQaGFudA==?=" <vele Phant@xxxxxxxxxxxxxxxxxxxxxxxxx>
> > says...
> > > how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.43 (68 minutes
> > > and 43 seconds)
> > >
> > =MINUTE(C31)+SECOND(C31)/100 where C31 contains the time in hh:mm:ss.
> >
> > Note that XL may format the cell containing the formula with a time
> > format. If so, change it to 'General'.
> >
> > --
> > Regards,
> >
> > Tushar Mehta
> > www.tushar-mehta.com
> > Excel, PowerPoint, and VBA add-ins, tutorials
> > Custom MS Office productivity solutions
> >
>
.
- References:
- how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.43
- From: vele Phant
- Re: how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.43
- From: Tushar Mehta
- Re: how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.
- From: vele Phant
- how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.43
- Prev by Date: Re: multiple page printing
- Next by Date: Re: tried using SUBTOTAL function (XL XP) and it doesn't seem to work
- Previous by thread: Re: how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.
- Next by thread: Re: how do i convert Min:Sec to Min.sec for example 68:43:00 = 68.
- Index(es):
Relevant Pages
|
Loading