Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I need help to convert a column that is in date time format eg. 12/31/2008 2:33:25 PM into just a date format eg. 12/31/2008 <mm/dd/yyyy Please help Thanks Aliya |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the column and:
Format Cells... Number Custom mm/dd/yyy -- Gary''s Student - gsnu200831 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select the columns, right click, choose Format Cells...Date and choose the
date format you want. If that does not work, it means you have text, not dates. Convert them to dates, then format them. Regards, Fred. "aliya.pawaskar" wrote in message ... Hi, I need help to convert a column that is in date time format eg. 12/31/2008 2:33:25 PM into just a date format eg. 12/31/2008 <mm/dd/yyyy Please help Thanks Aliya |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If, rather than just formatting into a date format, you want to convert the
data to date only, use =INT(A1) -- David Biddulph "aliya.pawaskar" wrote in message ... Hi, I need help to convert a column that is in date time format eg. 12/31/2008 2:33:25 PM into just a date format eg. 12/31/2008 <mm/dd/yyyy Please help Thanks Aliya |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Note that if you format the time away, you are only hiding it, not removing
it. Excel is not wysiwyg. For real conversion, use a helper column with a formula like =INT(A1) format as mm/dd/yyyy HTH. Best wishes Harald "aliya.pawaskar" wrote in message ... Hi, I need help to convert a column that is in date time format eg. 12/31/2008 2:33:25 PM into just a date format eg. 12/31/2008 <mm/dd/yyyy Please help Thanks Aliya |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date & Time Format | Excel Discussion (Misc queries) | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
Calculating days & time left from start date/time to end date/time | Excel Worksheet Functions | |||
how do I format cells to change date and time to just date | Excel Discussion (Misc queries) | |||
Remove time from a date and time field? Format removes the displa. | Excel Worksheet Functions |