Date Format (No Time)

M

MKnepper

I want a date format without the time stamp. I have cell formatted as
mm/dd/yyyy; however, when I export to Crystal Reports, it converts to
date/time. How do I strip the time from the date in Excel?
 
D

David Biddulph

=INT(A2) or =TEXT(A2,"mm/dd/yyyy"). The latter, not surprisingly, gives
text, rather than a number which can be used in further calculations.
 
M

MKnepper

I tried =INT however that pulls data into Crystal as a string. Once
formatted, I need it to remain as a date.

Any other suggestions?
 

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