|  | €uromeinke, FEJ. and Ghoulish Delight RULE!!! NA abides. | 
|  10-26-2006, 02:35 PM | #1 | 
| I Floop the Pig | 
				
				Excel date formats
			 Okay, so I know how to take a date that's entered as digits and have it automatically format to the text version.  But what about the other way around?  If I put "Oct 26, 2006" in a cell, I want it to automatically convert to 10/26/2006 Possible? 
				__________________ 'He who receives an idea from me, receives instruction himself without lessening mine; as he who lights his taper at mine, receives light without darkening me.' -TJ | 
|   | Submit to Quotes   | 
|  10-26-2006, 02:46 PM | #2 | 
| scribblin' Join Date: Jan 2005 Location: in the moment 
					Posts: 3,872
				            | Juts go to format > cell, and click on "number."  If you select "date," it'll offer you a wide variety of options, so that no matter what format of date you type in, it'll automatically format it to your desired arrangement. | 
|   | Submit to Quotes   | 
|  10-26-2006, 02:47 PM | #3 | |
| I Floop the Pig | Quote: 
 Hmm, check that. It seems to be working in a new blank document, but not in the document I need it to be working in. Grumble 
				__________________ 'He who receives an idea from me, receives instruction himself without lessening mine; as he who lights his taper at mine, receives light without darkening me.' -TJ | |
|   | Submit to Quotes   | 
|  10-26-2006, 02:47 PM | #4 | 
| . Join Date: Feb 2005 
					Posts: 13,354
				            | I use open office exclusively now so it has been a while. Open Office makes that conversion automatically unless you tell it not to. This isn't one of the standard date conversions available in Format --> Cells --> Numbers --> Date? | 
|   | Submit to Quotes   | 
|  10-26-2006, 02:56 PM | #5 | 
| I Floop the Pig | Pisser, it seems that it doesn't feel like recognizing the input format (over which I have no control) as a date. The input format is mmm dd yyyy hh:mmAM (where mmm is the 3 letter abreviation for the month) which I'd like to convert to mm/dd/yyyy hh:mm Unfortunately, it's looking for mmm dd, yyyy hh:mm AM Without that comma and the space before AM/PM, it doesn't think it's a date so it doesn't apply the date formatting.  
				__________________ 'He who receives an idea from me, receives instruction himself without lessening mine; as he who lights his taper at mine, receives light without darkening me.' -TJ | 
|   | Submit to Quotes   | 
|  10-26-2006, 03:03 PM | #6 | 
| . Join Date: Feb 2005 
					Posts: 13,354
				            | Hmmm...wish I had a copy of Excel handy to poke around with. It shouldn't be difficult. But all I have in the house is Works, which is just Excel light and it is automatically translating "Oct 5, 1999" to "October 5, 1999" and accepting whatever date formatting I put on it. | 
|   | Submit to Quotes   | 
|  10-26-2006, 03:07 PM | #7 | |
| I Floop the Pig | Quote: 
 
				__________________ 'He who receives an idea from me, receives instruction himself without lessening mine; as he who lights his taper at mine, receives light without darkening me.' -TJ | |
|   | Submit to Quotes   | 
|  10-26-2006, 03:08 PM | #8 | 
| . Join Date: Feb 2005 
					Posts: 13,354
				            | You could always use a calcuation column to translate the input text structure to the correct structure for what Excel wants. =LEFT(A1, 6) & ", " & LEFT(RIGHT(A1, 12), 10) & " " & RIGHT(A1, 2) (Or something like that, that is all from my head and untested. This would convert Oct 5 1999 06:23AM to Oct 5, 1999 06:23 AM) | 
|   | Submit to Quotes   | 
|  | 
| Thread Tools | Search this Thread | 
| Display Modes | |
| 
 | 
 |