Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mlv mlv is offline
external usenet poster
 
Posts: 1
Default Excell mistake in addition

When adding a column of numbers, the sum function failed to accurately sum
the numbers. Even summing just 1200, 800, 700, 700 yielded 1900. How do I
correct this internal error?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default Excell mistake in addition

Hi

1200 and one of 700 are numbers, another 700 and 800 are texts.

1.Format the range with your numbers as numeric or general;
2. Into some empty unformatted cell somewhere enter a number 1, and copy the
cell;
3. Select the range with your numbers, and Paste Special as Multiply - now
your formula must return right result;
4. Clear the cell you used to store number 1.


Arvi Laanemets


"mlv" wrote in message
...
When adding a column of numbers, the sum function failed to accurately sum
the numbers. Even summing just 1200, 800, 700, 700 yielded 1900. How do
I
correct this internal error?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default Excell mistake in addition

"mlv" wrote:
When adding a column of numbers, the sum
function failed to accurately sum the numbers.
Even summing just 1200, 800, 700, 700 yielded
1900. How do I correct this internal error?


First, it is unlikely an "internal error". It is more likely a user error
-- yours.

Second, if you want us to help you, you need to help us. At a minimum, you
should provide the formulas that fail. Perhaps that is the root cause of
your mistake.

Another common mistake: some of the "numbers" are actually formatted as
Text. In that case, SUM(A1:A4) will ignore the those "numbers".

Ironically, =A1+A2+A4+A4 will interpret the text as numbers. But I am not
suggesting that you replace SUM with addition (+) for the purpose. It
probably would be better to correct the cell format (then press F2, then
Enter).

But if using addition instead of SUM does not work around the problem, that
might imply an additional common mistake with "numbers" that are text: some
of the "numbers" are surrounded by nonbreaking space characters -- CHAR(160).
This is not uncommon when the data is captured from web pages.

In that case, before correcting the cell format, you need to remove the NBSP
characters. For example, put the following formula into another cell:
=SUBSTITUTE(A1,CHAR(160),""); then copy-and-paste-special-value that cell
into original cell (A1).

Those are wild-ass guesses, based on the lack of information from you. If I
didn't get lucky ;-), more information from you will probably result in
better responses.
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
spot the mistake in formula stew Excel Discussion (Misc queries) 3 January 22nd 09 12:45 PM
where is the mistake? xavi garriga Excel Discussion (Misc queries) 8 September 24th 07 12:06 PM
mistake in formula pm Excel Discussion (Misc queries) 4 January 30th 06 05:31 PM
I saved it by mistake!!!! Ellie Ellis Excel Worksheet Functions 2 November 27th 05 09:40 PM
If I get the help box up by hitting F1 by mistake, how can I get . Last1Standin Excel Discussion (Misc queries) 1 February 17th 05 08:56 PM


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