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 Text format for french date

I have a date cell that I want to incorporate into a paragraph of text. I
would usually use the TEXT(A1,"mmmm dd, yyyy") function but I need this date
to appear in french.
How would I go about doing this?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Text format for french date

If you had the English months in one column and the French months next
to them like this:

Jan Janvier
Feb Fevrier
Mar Mars
etc

(assume this occupies M1:N12), then you could do:

=VLOOKUP(TEXT(A1,"mmm"),M$1:N$12,2,0)&TEXT(A1," dd, yyyy")

Note that I've only used 3 letters for the English months.

Hope this helps.

Pete

On Nov 5, 6:54*pm, Elie Badra
wrote:
I have a date cell that I want to incorporate into a paragraph of text. *I
would usually use the TEXT(A1,"mmmm dd, yyyy") function but I need this date
to appear in french. *
How would I go about doing this?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Text format for french date

This works in Excel 2003 and higher; I don't know what the first version was
where this was possible.

In the Format menu, after you choose Date, you'll find a "Locale" box where
you can choose a language.


--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Elie Badra" wrote in message
...
I have a date cell that I want to incorporate into a paragraph of text. I
would usually use the TEXT(A1,"mmmm dd, yyyy") function but I need this
date
to appear in french.
How would I go about doing this?


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
French format Daniel Excel Discussion (Misc queries) 3 November 18th 07 04:25 PM
Convert date + time text format to date format Paul Ho Excel Worksheet Functions 2 May 22nd 07 05:47 PM
How do I format numbers for French-style in Excel v.X for mac? JackOnAMac Excel Discussion (Misc queries) 1 May 14th 06 02:34 AM
DATE.DIFF results in French jenhow Excel Discussion (Misc queries) 2 February 15th 05 06:52 PM
TEXT function to format a date in English & French IanC Excel Worksheet Functions 2 December 16th 04 01:59 PM


All times are GMT +1. The time now is 07:34 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"