Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Translate a date into the month

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Translate a date into the month

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Translate a date into the month

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Match Month in Date With Month in Header [email protected] Excel Worksheet Functions 1 August 17th 07 07:46 PM
Date arithmetic: adding 1 month to prior end of month date manxman Excel Worksheet Functions 2 July 14th 06 09:29 PM
Sort month/date/year data using month and date only SMW820 Excel Discussion (Misc queries) 6 June 22nd 06 05:14 PM
=VLOOKUP(1,Nationality!B5:B29,IF(MONTH(date)6,MONTH(date)-6, MON Ali Excel Worksheet Functions 14 January 18th 06 08:20 AM
Translate WEEKNUM result into a date Wil Excel Worksheet Functions 2 September 8th 05 01:26 PM


All times are GMT +1. The time now is 11:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"