How do I convert a date&time (yyyy-mm-dd hh:mm:ss) to date only?

G

Guest

I am trying to convert a date & time into a date only so I can get a pivot
table to do a daily summary. Is there a function that can convert? Is there
another way to do a daily summary with a pivot table?
 
G

goober

Select the cell(s) you want to format.
On the Format menu, click Cells, and then click the Number tab.
In the Category list, click Date or Time, and then click the format yo
want to use.
Note If you don’t find what you’re looking for, you can create
custom number format by using format codes for dates and times. (take
from excel help)

You Don't have to convert any of the date-time values, just change th
cell formatting to change how they are displayed.

hope it helps
 
B

Bernie Deitrick

Wesley,

With the date in A1:

=INT(A1)

formatted for date.

HTH,
Bernie
MS Excel MVP
 
J

John Michl

Two ways that I know of...

1) In your data table, set up a new column with the funtion
=Round(A1,0) where A1 is the Date&Time field. The "time" is
represented as everything to the right of the decimal place where the
"date" is to the left. This basically converts all of our Date/Time
fields to midnight.

2) In the pivot table, use the Group and Show Detail to convert the
dates/times to "Days". Right click on the list of Date/Times then
choose Group and Show Detail > Group. Click on Days.

- John
 
G

Guest

It hurts my feelings that it is that easy, but it works great.

Just what I needed.

Thanks,
Wesley
 
G

Guest

The round worked great. Thanks.

I tried the group function in the pivot table. However, when I selected the
column title and chose Group it responds "Can not group that section".

Any ideas?
 
B

Bernie Deitrick

Careful with ROUND - date/times after noon today will round to tomorrow....

HTH,
Bernie
MS Excel MVP
 
J

John Michl

Hard to say without seeing the pivot. On my pivot I had a column on
the left name DateTime. I right clicked on one of the entries and was
able to Group it. Try clicking on one of the values instead of the
title.
 

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