From: keeb on
I'm tring to convert a time ie. 4:30 to a interger ie. 4.5. can anyone help?
From: Dave Peterson on
If A1 contains 4:30:00 (AM), then
=a1*24
(Format as general, not a time!)

And you'll see 4.5



keeb wrote:
>
> I'm tring to convert a time ie. 4:30 to a interger ie. 4.5. can anyone help?

--

Dave Peterson
From: Mike H on
Hi,

Multiply by 24 and format as general. So with your time in A1, in another
cell enter the formula

=A1*24

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"keeb" wrote:

> I'm tring to convert a time ie. 4:30 to a interger ie. 4.5. can anyone help?