Split hours and minutes in two different cells

S

siva

Hi All,

I would like to have hours and minutes in 2 differnet cells from a cel
which contains a value in HH:MM format

Example
A B C

18:30 18 30
 
R

Ron Rosenfeld

Hi All,

I would like to have hours and minutes in 2 differnet cells from a cel
which contains a value in HH:MM format

Example
A B C

18:30 18 30


b1: =int(a1*24)
c1: =minute(a1)
 
R

Rick Rothstein

Try these...

B1: =HOUR(A1)
C1: =MINUTE(A1)

Make sure the cells end up formatted as General.
 
R

Ron Rosenfeld

Try these...

B1: =HOUR(A1)
C1: =MINUTE(A1)

Make sure the cells end up formatted as General.

Note that HOUR only works as desired if Time is less than 24 hours.
 
S

subway22523

Hi All,

I would like to have hours and minutes in 2 differnet cells from a cel
which contains a value in HH:MM format

Example
A B C

18:30 18 30

MY CELL IS NOT REFLICTING FOR MINUTES
AS I AM USING WINDOW XP 2003
 

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