Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list with a field that the date and the time is in the same cells
and is in the date and time format. (dd/mm/yyyy hh:mm). I need to be able to use the date part of these cells on its own (dd/mm/yyyy) as a data date in a seperate column for a pivot table. Can this be done from the new column using a function/formula -- nigeo |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If A1 contains your date/time, then use this formula...
=INT(A1) and format the cell as a Date. -- Rick (MVP - Excel) "nigeo" wrote in message ... I have a list with a field that the date and the time is in the same cells and is in the date and time format. (dd/mm/yyyy hh:mm). I need to be able to use the date part of these cells on its own (dd/mm/yyyy) as a data date in a seperate column for a pivot table. Can this be done from the new column using a function/formula -- nigeo |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 1 Apr 2009 13:21:01 -0700, nigeo
wrote: I have a list with a field that the date and the time is in the same cells and is in the date and time format. (dd/mm/yyyy hh:mm). I need to be able to use the date part of these cells on its own (dd/mm/yyyy) as a data date in a seperate column for a pivot table. Can this be done from the new column using a function/formula I wonder if it is really necessary to split the two for the pivot table use. However, with date/time in A1: =INT(A1) will return only the date. (Format as desired). --ron |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=INT(A2)
-- David Biddulph nigeo wrote: I have a list with a field that the date and the time is in the same cells and is in the date and time format. (dd/mm/yyyy hh:mm). I need to be able to use the date part of these cells on its own (dd/mm/yyyy) as a data date in a seperate column for a pivot table. Can this be done from the new column using a function/formula |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split DATE cell into three new cells? | Excel Worksheet Functions | |||
Split Date and Time Cell | Excel Discussion (Misc queries) | |||
Split the date & time in one cell to be 2 colums. | Excel Worksheet Functions | |||
How do I convert a date&time (yyyy-mm-dd hh:mm:ss) to date only? | Excel Worksheet Functions | |||
split combined Time Date cells | Excel Discussion (Misc queries) |