Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In kolomn B I've dates written as follows: mrt-19, mrt-20,....apr-01 (in fx
box you see 19-03-2007). In kolomn A I would like to translate this date into mrt, mrt,....apr etc. could someone help me with this! many thanks, joost |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In A1, either use the formula =B1 and format the cell as mmm, or use the
formula =TEXT(B1,"mmm"). The formula will leave column A as Excel dates, whereas the latter produces text. -- David Biddulph "joostb" wrote in message ... In kolomn B I've dates written as follows: mrt-19, mrt-20,....apr-01 (in fx box you see 19-03-2007). In kolomn A I would like to translate this date into mrt, mrt,....apr etc. could someone help me with this! many thanks, joost |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Wed, 22 Aug 2007 06:48:13 -0700, joostb
wrote: In kolomn B I've dates written as follows: mrt-19, mrt-20,....apr-01 (in fx box you see 19-03-2007). In kolomn A I would like to translate this date into mrt, mrt,....apr etc. could someone help me with this! many thanks, joost A1: =B1 Then custom format A1 as "mmm" (or whatever your month symbol is in your language. Or: A1: =TEXT(B1,"mmm") (again, replace mmm with your symbol for month in your language) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Match Month in Date With Month in Header | Excel Worksheet Functions | |||
Date arithmetic: adding 1 month to prior end of month date | Excel Worksheet Functions | |||
Sort month/date/year data using month and date only | Excel Discussion (Misc queries) | |||
=VLOOKUP(1,Nationality!B5:B29,IF(MONTH(date)6,MONTH(date)-6, MON | Excel Worksheet Functions | |||
Translate WEEKNUM result into a date | Excel Worksheet Functions |