Remove Time Element of a Date

J

jennie

Hi,

I have a list of cells with a date and time value - I want a formula
that will remove the time element and just leave a date.

Thanks
Jennie
 
R

Ron Rosenfeld

Hi,

I have a list of cells with a date and time value - I want a formula
that will remove the time element and just leave a date.

Thanks
Jennie


=INT(cell_ref)


--ron
 
Top