Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() have the followign string: 12/23/2005 09:30:14 would like to turn it into: 20051223 basically want to go from mm/dd/yyyy to yyyymmdd - need a formula that will do the conversion... -- clegge ------------------------------------------------------------------------ clegge's Profile: http://www.excelforum.com/member.php...o&userid=29927 View this thread: http://www.excelforum.com/showthread...hreadid=499799 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi clegge,
If you just want to change the appearance of the cell: FormatCellsNumber tab, Custom, in the Type box, enter: yyyymmdd If you really want the string 20051223: =TEXT(A1,"yyyymmdd") And if you want the number 20051223: =VALUE(TEXT(A1,"yyyymmdd")) -- Kind regards, Niek Otten "clegge" wrote in message ... have the followign string: 12/23/2005 09:30:14 would like to turn it into: 20051223 basically want to go from mm/dd/yyyy to yyyymmdd - need a formula that will do the conversion... -- clegge ------------------------------------------------------------------------ clegge's Profile: http://www.excelforum.com/member.php...o&userid=29927 View this thread: http://www.excelforum.com/showthread...hreadid=499799 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
<Format<Cells
Click over to the "Number" tab Click on "Custom" Enter "yyyymmdd" (without the quotes) -- Regards, Dave "clegge" wrote: have the followign string: 12/23/2005 09:30:14 would like to turn it into: 20051223 basically want to go from mm/dd/yyyy to yyyymmdd - need a formula that will do the conversion... -- clegge ------------------------------------------------------------------------ clegge's Profile: http://www.excelforum.com/member.php...o&userid=29927 View this thread: http://www.excelforum.com/showthread...hreadid=499799 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split mm/dd/yyyy into dd only | Excel Discussion (Misc queries) | |||
Dates in Excel - yyyymmdd, not formatted, how do I format this? | Excel Discussion (Misc queries) | |||
How to convert the dates from the YY:DD forma to MM/dd/YYYY format | Excel Worksheet Functions | |||
Help: Can I change the date formula from mm/dd/yyyy to "mmm-yy" et | Excel Discussion (Misc queries) | |||
In Excel, how can you format for 4 digit years (MM/DD/YYYY)? | Excel Discussion (Misc queries) |