Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 172
Default Displaying to types of punctuation i one sheet

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Displaying to types of punctuation i one sheet

Only as text: if A1 has a value of 3.438,23 as number then this formula
returns 3,438.23 as text.

=SUBSTITUTE(LEFT(TEXT(A1,"#.##0,00"),LEN(TEXT(A1," #.##0,00"))-3),".",",")&"."&RIGHT(TEXT(A1,"#.##0,00"),2)

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 172
Default Displaying to types of punctuation i one sheet

The formula does not seem to work. But thanks anyway.

I need it as numbers. So is the only solution to have 2 different
excel-books or is it possible to operate with to types of punctuation in 2
different sheets?

Again thanks for any help

/Simon

"Stefi" wrote:

Only as text: if A1 has a value of 3.438,23 as number then this formula
returns 3,438.23 as text.

=SUBSTITUTE(LEFT(TEXT(A1,"#.##0,00"),LEN(TEXT(A1," #.##0,00"))-3),".",",")&"."&RIGHT(TEXT(A1,"#.##0,00"),2)

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Displaying to types of punctuation i one sheet

You have to use to separate workbooks and set decimal separator in
ToolsOptionsLanguage tab (I'm not sure that Language is the tab name, I'm
translating it back, it's located between Color and Save).

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

The formula does not seem to work. But thanks anyway.

I need it as numbers. So is the only solution to have 2 different
excel-books or is it possible to operate with to types of punctuation in 2
different sheets?

Again thanks for any help

/Simon

"Stefi" wrote:

Only as text: if A1 has a value of 3.438,23 as number then this formula
returns 3,438.23 as text.

=SUBSTITUTE(LEFT(TEXT(A1,"#.##0,00"),LEN(TEXT(A1," #.##0,00"))-3),".",",")&"."&RIGHT(TEXT(A1,"#.##0,00"),2)

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Displaying to types of punctuation i one sheet

Stefi

I think you are referring to ToolsOptionsInternational in Excel 2003.

That is an Excel global setting, not a workbook setting.


Gord Dibben MS Excel MVP


On Mon, 5 Jan 2009 04:10:01 -0800, Stefi
wrote:

You have to use to separate workbooks and set decimal separator in
ToolsOptionsLanguage tab (I'm not sure that Language is the tab name, I'm
translating it back, it's located between Color and Save).

Regards,
Stefi

„Simon” ezt írta:

The formula does not seem to work. But thanks anyway.

I need it as numbers. So is the only solution to have 2 different
excel-books or is it possible to operate with to types of punctuation in 2
different sheets?

Again thanks for any help

/Simon

"Stefi" wrote:

Only as text: if A1 has a value of 3.438,23 as number then this formula
returns 3,438.23 as text.

=SUBSTITUTE(LEFT(TEXT(A1,"#.##0,00"),LEN(TEXT(A1," #.##0,00"))-3),".",",")&"."&RIGHT(TEXT(A1,"#.##0,00"),2)

Regards,
Stefi

„Simon” ezt írta:

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 172
Default Displaying to types of punctuation i one sheet

Ok...

That is to bad, means a lot of extra work for me:(.

But thanks again.

If anyone has a alternative solution to this problem, you´re very welcome to
post it.

Thanks

/Simon

"Gord Dibben" wrote:

Stefi

I think you are referring to ToolsOptionsInternational in Excel 2003.

That is an Excel global setting, not a workbook setting.


Gord Dibben MS Excel MVP


On Mon, 5 Jan 2009 04:10:01 -0800, Stefi
wrote:

You have to use to separate workbooks and set decimal separator in
ToolsOptionsLanguage tab (I'm not sure that Language is the tab name, I'm
translating it back, it's located between Color and Save).

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

The formula does not seem to work. But thanks anyway.

I need it as numbers. So is the only solution to have 2 different
excel-books or is it possible to operate with to types of punctuation in 2
different sheets?

Again thanks for any help

/Simon

"Stefi" wrote:

Only as text: if A1 has a value of 3.438,23 as number then this formula
returns 3,438.23 as text.

=SUBSTITUTE(LEFT(TEXT(A1,"#.##0,00"),LEN(TEXT(A1," #.##0,00"))-3),".",",")&"."&RIGHT(TEXT(A1,"#.##0,00"),2)

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Displaying to types of punctuation i one sheet

Sorry, I didn't check it. I thought that unchecking system settings makes a
single workbook independent of systems setings and not the whole Excel
application. Thank you for correcting my fault.

Stefi


€žGord Dibben€ť ezt Ă*rta:

Stefi

I think you are referring to ToolsOptionsInternational in Excel 2003.

That is an Excel global setting, not a workbook setting.


Gord Dibben MS Excel MVP


On Mon, 5 Jan 2009 04:10:01 -0800, Stefi
wrote:

You have to use to separate workbooks and set decimal separator in
ToolsOptionsLanguage tab (I'm not sure that Language is the tab name, I'm
translating it back, it's located between Color and Save).

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

The formula does not seem to work. But thanks anyway.

I need it as numbers. So is the only solution to have 2 different
excel-books or is it possible to operate with to types of punctuation in 2
different sheets?

Again thanks for any help

/Simon

"Stefi" wrote:

Only as text: if A1 has a value of 3.438,23 as number then this formula
returns 3,438.23 as text.

=SUBSTITUTE(LEFT(TEXT(A1,"#.##0,00"),LEN(TEXT(A1," #.##0,00"))-3),".",",")&"."&RIGHT(TEXT(A1,"#.##0,00"),2)

Regards,
Stefi

€žSimon€ť ezt Ă*rta:

Hii all
I would like to display a result with EU punctuation and US punctuation in
the same sheet but in different coloumns. Ex.

EU: 3.438,23
US: 3,438.23

Is that possible?
When i try, it converts all data in to the same punctuation
I use excel 2003 european version

Thanks for any help




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
Excel 2007 error "some chart types cannot be combined with other chart types. Select a different chart types" roadsidetree Charts and Charting in Excel 15 June 2nd 09 10:53 AM
remove punctuation from address Mary New Users to Excel 3 August 29th 06 01:53 PM
Remove Punctuation? kcoakley Excel Worksheet Functions 6 June 2nd 06 04:46 AM
How to I change punctuation spacing Two space-jam after punctuation Excel Discussion (Misc queries) 1 January 11th 06 01:09 AM
the box where one types on the top of the excel sheet is missing. RazzleDazzlethem Excel Discussion (Misc queries) 2 September 30th 05 07:37 PM


All times are GMT +1. The time now is 07:34 AM.

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"