Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i want to convert date into normal american style.
i am importing date from text file where date is coming in this format(in three different column cells). 11 Apr 7 Required result in one column cell 04/11/2007. can anyone help. -- rgds |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One approach that may work, assuming the data is in A1:C1,
=DATE(2000+C1,MATCH(B1,{"jan","feb","mar","apr","m ay","jun","jul","aug","sep","oct","nov","dec"},0), A1) "spaceage" wrote: i want to convert date into normal american style. i am importing date from text file where date is coming in this format(in three different column cells). 11 Apr 7 Required result in one column cell 04/11/2007. can anyone help. -- rgds |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Try =(A1&B1&C1)+0 Format the cell with the Date layout you want -- Regards Roger Govier "spaceage" wrote in message ... i want to convert date into normal american style. i am importing date from text file where date is coming in this format(in three different column cells). 11 Apr 7 Required result in one column cell 04/11/2007. can anyone help. -- rgds |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Short, sweet, and to the point. Very nice.
"Roger Govier" wrote: Hi Try =(A1&B1&C1)+0 Format the cell with the Date layout you want -- Regards Roger Govier "spaceage" wrote in message ... i want to convert date into normal american style. i am importing date from text file where date is coming in this format(in three different column cells). 11 Apr 7 Required result in one column cell 04/11/2007. can anyone help. -- rgds |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Peculiar date format behavior when replacing parts of date | Excel Discussion (Misc queries) | |||
Can I change a date with no format (20051111) to date format? | New Users to Excel | |||
day/month/year in incorrect format for date format | Excel Worksheet Functions | |||
How can I convert a date format to an ISO week format (in EXCEL)? | Excel Discussion (Misc queries) | |||
Excel 2000 date format cannot be set to Australian date format | Excel Discussion (Misc queries) |