Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have dates set as 01/01/2000 and I need to convert to 01012000.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A custom format of
ddmmyyyy Mike "HelenONeill" wrote: I have dates set as 01/01/2000 and I need to convert to 01012000. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Format as ddmmyyyy (or as mmddyyyy, if you prefer).
-- David Biddulph "HelenONeill" wrote in message ... I have dates set as 01/01/2000 and I need to convert to 01012000. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
if you really need it as text
=text(A1,"ddmmyyyyy") assuming it is days before months if not =text(A1,"mmddyyyyy") "HelenONeill" wrote: I have dates set as 01/01/2000 and I need to convert to 01012000. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To actually "convert" to text you will need to Copy the suggested
formatted cell(s) and do a Paste-Special, Values. Then replace the old with the new. "HelenONeill" wrote: I have dates set as 01/01/2000 and I need to convert to 01012000. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I convert Digit Number to Text in Excel ? | Excel Discussion (Misc queries) | |||
Convert digit into text (alphabet) | Excel Discussion (Misc queries) | |||
convert text to dates | Excel Discussion (Misc queries) | |||
Convert 2 digit month to 4 digit years and months | Excel Worksheet Functions | |||
Convert text to dates | Excel Worksheet Functions |