Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Decimal format in 2 languages

We work in English and French and would like to use the period in English and
the comma in French. If we make the change in Regional Settings, all the
applications and existing files are affected. How can we go from one to the
other without going through Regional Settings?

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Decimal format in 2 languages

Hi Maureen

You could give the "appearance" of French values with a comma, by having
a column adjacent to your English data with
=SUBSTITUTE(A1,".",",")
and copied down
Format this column as Right justified.

Repeat for other columns as required.
Then have a simple macro which either Hides the English Columns, or
Hides the French columns

All calculations would have to be made on the English columns, as the
others would be just text representations.
--
Regards

Roger Govier


"Maureen" wrote in message
...
We work in English and French and would like to use the period in
English and
the comma in French. If we make the change in Regional Settings, all
the
applications and existing files are affected. How can we go from one
to the
other without going through Regional Settings?

Thanks,



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Decimal format in 2 languages

My mistake. In actual fact what we are looking for is an easy way to change
the space used for separating thousands in French with the comma used in
English (without changing the Regional parameters).

Do you a simple way of doing this?

Thanks,

Maureen

"Roger Govier" wrote:

Hi Maureen

You could give the "appearance" of French values with a comma, by having
a column adjacent to your English data with
=SUBSTITUTE(A1,".",",")
and copied down
Format this column as Right justified.

Repeat for other columns as required.
Then have a simple macro which either Hides the English Columns, or
Hides the French columns

All calculations would have to be made on the English columns, as the
others would be just text representations.
--
Regards

Roger Govier


"Maureen" wrote in message
...
We work in English and French and would like to use the period in
English and
the comma in French. If we make the change in Regional Settings, all
the
applications and existing files are affected. How can we go from one
to the
other without going through Regional Settings?

Thanks,




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,886
Default Decimal format in 2 languages

Hi Maureen

Then perhaps
=SUBSTITUE(A1," ",",")

--
Regards

Roger Govier


"Maureen" wrote in message
...
My mistake. In actual fact what we are looking for is an easy way to
change
the space used for separating thousands in French with the comma used
in
English (without changing the Regional parameters).

Do you a simple way of doing this?

Thanks,

Maureen

"Roger Govier" wrote:

Hi Maureen

You could give the "appearance" of French values with a comma, by
having
a column adjacent to your English data with
=SUBSTITUTE(A1,".",",")
and copied down
Format this column as Right justified.

Repeat for other columns as required.
Then have a simple macro which either Hides the English Columns, or
Hides the French columns

All calculations would have to be made on the English columns, as the
others would be just text representations.
--
Regards

Roger Govier


"Maureen" wrote in message
...
We work in English and French and would like to use the period in
English and
the comma in French. If we make the change in Regional Settings,
all
the
applications and existing files are affected. How can we go from
one
to the
other without going through Regional Settings?

Thanks,






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Decimal format in 2 languages

You could try Edit Replace Find what: . Replace with: ,
or vise versa

"Maureen" wrote:

We work in English and French and would like to use the period in English and
the comma in French. If we make the change in Regional Settings, all the
applications and existing files are affected. How can we go from one to the
other without going through Regional Settings?

Thanks,



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
Problem with decimal format Richard RE Excel Worksheet Functions 2 June 22nd 06 05:49 PM
format inplied decimal point c62ip64 Excel Discussion (Misc queries) 8 November 16th 05 03:09 PM
" / " Changing Decimal number format to Fraction on Protected Cell laudie Excel Worksheet Functions 0 November 15th 05 01:12 AM
How do I convert time (38:30) to decimal (38.5) format? Lori Excel Worksheet Functions 4 November 9th 05 05:00 AM
Change decimal format of cells depending on conditions? Cornelius Excel Worksheet Functions 1 February 25th 05 12:57 AM


All times are GMT +1. The time now is 10:21 PM.

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

About Us

"It's about Microsoft Excel"