Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a column of dates, but they're in text format. How can I convert the
text "02/05/05" into an actual date? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Say a text-date is in A1, in B1: =Value(A1) It returns the number; just format column B as a date Sebastien "simsjr" wrote: I have a column of dates, but they're in text format. How can I convert the text "02/05/05" into an actual date? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Another way is Search and Replace: Replace / with /. That forces Excel to
re-evaluate the cell contents. On Wed, 9 Feb 2005 15:09:04 -0800, simsjr wrote: I have a column of dates, but they're in text format. How can I convert the text "02/05/05" into an actual date? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
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 | |||
Convert Date Time in Spreadsheet Column to Date only | Excel Programming | |||
What is the formula to convert a whole column of date to text? | Excel Programming |