Thread: date format
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default date format

One way:

B1: =INT(A1)

Format B1 as a date.

In article ,
tomas wrote:

Hello. I have a date/time field with this format: 10/31/2008 12:00 AM. I
need to extract only the day so that I end up with another column with
10/31/2008. How do i do that?