ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   French format (https://www.excelbanter.com/excel-discussion-misc-queries/166472-french-format.html)

Daniel

French format
 
Hello,

I have the need to have 2 cells side-by-side (one in English and the other
in French). In the English one, I have =Text('variables'!$B$33,"dddd mmm dd,
yyyy") which results in the value 'Saturday, September 01, 2007' being
returned.

How can I do the same but resulting in the French counterpart being returned
such as 'Samedi le 1 septembre, 2007'? Is there a way to set the language of
a cell?

Thank you for your guidance,

Daniel P

Bob Phillips

French format
 
No, you would have to maintain language specific lists and look it up.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Daniel" wrote in message
...
Hello,

I have the need to have 2 cells side-by-side (one in English and the other
in French). In the English one, I have =Text('variables'!$B$33,"dddd mmm
dd,
yyyy") which results in the value 'Saturday, September 01, 2007' being
returned.

How can I do the same but resulting in the French counterpart being
returned
such as 'Samedi le 1 septembre, 2007'? Is there a way to set the language
of
a cell?

Thank you for your guidance,

Daniel P




Daniel

French format
 
Thanks for the bad news Bob! :-)

At least now i know to stop looking for something that doesn't exist.

Daniel P





"Bob Phillips" wrote:

No, you would have to maintain language specific lists and look it up.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Daniel" wrote in message
...
Hello,

I have the need to have 2 cells side-by-side (one in English and the other
in French). In the English one, I have =Text('variables'!$B$33,"dddd mmm
dd,
yyyy") which results in the value 'Saturday, September 01, 2007' being
returned.

How can I do the same but resulting in the French counterpart being
returned
such as 'Samedi le 1 septembre, 2007'? Is there a way to set the language
of
a cell?

Thank you for your guidance,

Daniel P





pinmaster

French format
 
Hi Daniel

Try this:

=LOOKUP(WEEKDAY(variables!$B$33),{1,2,3,4,5,6,7},{ "Dimanche","Lundi","Mardi","Mercredi","Jeudi","Ven dredi","Samedi"})&"
le "&DAY(variables!$B$33)&"
"&LOOKUP(MONTH(variables!$B$33),{1,2,3,4,5,6,7,8,9 ,10,11,12},{"Janvier","Février","Mars","Avril","M ai","Juin","Juillet","Août","Septembre","Octobre" ,"Novembre","Décembre"})&", "&YEAR(variables!$B$33)

HTH
Jean-Guy


"Daniel" wrote:

Thanks for the bad news Bob! :-)

At least now i know to stop looking for something that doesn't exist.

Daniel P





"Bob Phillips" wrote:

No, you would have to maintain language specific lists and look it up.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Daniel" wrote in message
...
Hello,

I have the need to have 2 cells side-by-side (one in English and the other
in French). In the English one, I have =Text('variables'!$B$33,"dddd mmm
dd,
yyyy") which results in the value 'Saturday, September 01, 2007' being
returned.

How can I do the same but resulting in the French counterpart being
returned
such as 'Samedi le 1 septembre, 2007'? Is there a way to set the language
of
a cell?

Thank you for your guidance,

Daniel P






All times are GMT +1. The time now is 01:22 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com