Date & time assistance

G

gb_S49

I have in cell A1 19/04/05 23:10. in dd/mm/yy hh:mm format.
To convert only to date I have entered in B1 I have entered =a1*1
In C1 I have entered =b1 and formnatted to date.
Any idea how I can extract just the time.
The end result i am after is to seperate out the date & time to 2 seperate
cells.
Apologies if am convuluted but am new!!
 
A

Ashish Mathur

Hi,

Try this

In cell B1, enter TEXT(A1,"dd mm yy") for extracting the date and
TEXT(A1,"hh:mm") for extracting the time.

Regards,
 
D

Duke Carey

Realized that about 2 seconds after hitting the Post button. Not enough
sleep last night <g>
 
B

Bob Phillips

Too much time teading the NG boards <g>


Duke Carey said:
Realized that about 2 seconds after hitting the Post button. Not enough
sleep last night <g>
 
Top