Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 140
Default regional settings

I have a column of numbers as 2.119.939,50 EUR
i need to remove the EUR and sum the resultant numbers. So i use the rigtht
and len minus 4 formula and get the expected result (without the EUR). Then
when i try to add these up i get zero.

The only way around this is to copy and paste values only, then use the text
to columns function, then it works.

If anyone knows a more appropriate method i will be very grateful to hear, i
have set my regional settings to German.


--
with kind regards

Spike
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default regional settings

The LEFT and RIGHT functions will return a text value, so you won't be
able to add these up with SUM. Instead, multiply your formula by 1 to
convert the values into numeric, like so:

=LEFT(A1,LEN(A1)-4)*1

then your SUM formula will work. I assume you are using LEFT and not
RIGHT - you might need to use a semicolon instead of the comma.

Hope this helps.

Pete

On Jul 23, 2:12 pm, Spike wrote:
I have a column of numbers as 2.119.939,50 EUR
i need to remove the EUR and sum the resultant numbers. So i use the rigtht
and len minus 4 formula and get the expected result (without the EUR). Then
when i try to add these up i get zero.

The only way around this is to copy and paste values only, then use the text
to columns function, then it works.

If anyone knows a more appropriate method i will be very grateful to hear, i
have set my regional settings to German.

--
with kind regards

Spike



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default regional settings

Try this:

=--SUBSTITUTE(A1," EUR","")


"Spike" wrote:

I have a column of numbers as 2.119.939,50 EUR
i need to remove the EUR and sum the resultant numbers. So i use the rigtht
and len minus 4 formula and get the expected result (without the EUR). Then
when i try to add these up i get zero.

The only way around this is to copy and paste values only, then use the text
to columns function, then it works.

If anyone knows a more appropriate method i will be very grateful to hear, i
have set my regional settings to German.


--
with kind regards

Spike

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 140
Default regional settings

Many thanks multiplying by one works a treat
--
with kind regards

Spike


"Pete_UK" wrote:

The LEFT and RIGHT functions will return a text value, so you won't be
able to add these up with SUM. Instead, multiply your formula by 1 to
convert the values into numeric, like so:

=LEFT(A1,LEN(A1)-4)*1

then your SUM formula will work. I assume you are using LEFT and not
RIGHT - you might need to use a semicolon instead of the comma.

Hope this helps.

Pete

On Jul 23, 2:12 pm, Spike wrote:
I have a column of numbers as 2.119.939,50 EUR
i need to remove the EUR and sum the resultant numbers. So i use the rigtht
and len minus 4 formula and get the expected result (without the EUR). Then
when i try to add these up i get zero.

The only way around this is to copy and paste values only, then use the text
to columns function, then it works.

If anyone knows a more appropriate method i will be very grateful to hear, i
have set my regional settings to German.

--
with kind regards

Spike






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default regional settings

Now that Google is displaying some of my past posts, I'm just catching
up - thanks for the feedback.

Pete

On Jul 23, 3:30 pm, Spike wrote:
Many thanks multiplying by one works a treat
--
with kind regards

Spike



"Pete_UK" wrote:
The LEFT and RIGHT functions will return a text value, so you won't be
able to add these up with SUM. Instead, multiply your formula by 1 to
convert the values into numeric, like so:


=LEFT(A1,LEN(A1)-4)*1


then your SUM formula will work. I assume you are using LEFT and not
RIGHT - you might need to use a semicolon instead of the comma.


Hope this helps.


Pete


On Jul 23, 2:12 pm, Spike wrote:
I have a column of numbers as 2.119.939,50 EUR
i need to remove the EUR and sum the resultant numbers. So i use the rigtht
and len minus 4 formula and get the expected result (without the EUR). Then
when i try to add these up i get zero.


The only way around this is to copy and paste values only, then use the text
to columns function, then it works.


If anyone knows a more appropriate method i will be very grateful to hear, i
have set my regional settings to German.


--
with kind regards


Spike- Hide quoted text -


- Show quoted text -



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
Regional settings independent list separator in arrays Vlado Sveda Excel Worksheet Functions 3 January 9th 07 01:19 PM
Problems with Turkish regional settings LAF Excel Discussion (Misc queries) 0 February 22nd 06 05:45 PM
Excel ignores boot-time regional settings when interpreting a date [email protected] Excel Discussion (Misc queries) 2 November 4th 05 11:44 AM
Regional Settings LAF Excel Discussion (Misc queries) 2 July 30th 05 12:51 PM
how to format numbers, digit grouping ,as per regional settings Mayank Excel Discussion (Misc queries) 3 December 31st 04 04:45 AM


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