Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I convert 02/11/09 to 021109?
Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Two possibles...
Just add a custom format. Right click the date and select Format Cells - Number tab - Custom and change the format to ddmmyy Or use the formula =text(a1, "ddmmyy") where your date is in A1. -- HTH... Jim Thomlinson "jsv" wrote: How do I convert 02/11/09 to 021109? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Perhaps
=TEXT(A1,"mmddyy") Mike "jsv" wrote: How do I convert 02/11/09 to 021109? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=TEXT("02/11/09","mmddyyyy")
If the date is in A1 then use this in any other cell =Text(a1,"mmddyyyy") "jsv" wrote: How do I convert 02/11/09 to 021109? Thanks |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Take a look here at Chip Pearson's site http://www.cpearson.com/excel/jdates.htm I think that should do what you want. HTH Martin "jsv" wrote in message ... How do I convert 02/11/09 to 021109? Thanks |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No, Martin.
That page is about Julian dates, which wasn't what the OP asked for. -- David Biddulph MartinW wrote: Hi, Take a look here at Chip Pearson's site http://www.cpearson.com/excel/jdates.htm I think that should do what you want. HTH Martin "jsv" wrote in message ... How do I convert 02/11/09 to 021109? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to now what date represent a serial number? | Excel Worksheet Functions | |||
convert serial number into date | Excel Discussion (Misc queries) | |||
Date to TEXT. NOT to sequential serial number | Excel Discussion (Misc queries) | |||
Serial number of Date | Excel Worksheet Functions | |||
date displays as serial number | Excel Discussion (Misc queries) |