Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the formula to convert a whole column of date to text?
If I am to do it cell by cell, I need to press F2 then put a -- ' in front of the date. Is there a way I can do it with formula? I have tried CONCATENATE to combine column a which contains ' with date 12/31/03. Column A Column B ' 12/31/03 =CONCATENATE(A1,B1) However, the end result I got is as follow. '37986 instead of '12/31/03 Please help! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Caine
yee your responses in the other group (Excel.newusers) Frank P.S.: please don't multipost as this scatters your answers Caine Phorn wrote: What is the formula to convert a whole column of date to text? If I am to do it cell by cell, I need to press F2 then put a -- ' in front of the date. Is there a way I can do it with formula? I have tried CONCATENATE to combine column a which contains ' with date 12/31/03. Column A Column B ' 12/31/03 =CONCATENATE(A1,B1) However, the end result I got is as follow. '37986 instead of '12/31/03 Please help! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't know why you're unsatisfied with the way Excel handles dates. Maybe
you don't like the formatting? What's your goal? =TEXT(A1, "dd-mm-yyyy") -- Rob van Gelder - http://www.vangelder.co.nz/excel "Caine Phorn" wrote in message ... What is the formula to convert a whole column of date to text? If I am to do it cell by cell, I need to press F2 then put a -- ' in front of the date. Is there a way I can do it with formula? I have tried CONCATENATE to combine column a which contains ' with date 12/31/03. Column A Column B ' 12/31/03 =CONCATENATE(A1,B1) However, the end result I got is as follow. '37986 instead of '12/31/03 Please help! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert text date to mmddyyy date | Excel Discussion (Misc queries) | |||
convert a text date to a true date | Excel Discussion (Misc queries) | |||
how do i convert text to date (mm/yy text to mm/dd/yyyy date)? | Excel Discussion (Misc queries) | |||
Help: How do I convert a text date into a real date format | Excel Worksheet Functions | |||
HOW DO I ENTER THIS FORMULA TO CONVERT TEXT TO DATE =DATEVALUE(, | Excel Worksheet Functions |