Summing all BUT one...

  • Thread starter Thread starter popunonkok
  • Start date Start date
P

popunonkok

My problem is:

I like to sum all the numbers in a column exept the last post... Th
problem is that I will be adding numbers so the column will becom
longer and longer but its always the last post dont want to add to th
sum.

Any one who can help me? (and who understands my problem) :)

//Peter
 
Hi!

Try this:

=IF(COUNT(A:A),SUM(A:A)-LOOKUP(9.9999999999999E+307,A:A),"")

Biff
 
Thanks but that lead to a different question. Cant my Excel read english
code because I got a Swedish version? For example the function SUM is
SUMMA in Sweden. Excel gives me a error message with that code.
 
Sorry, I can't help translate.

There are a couple of regulars here that could probably do it but they would
have to see this thread.

Can you access this group:

microsoft.public.nl.office.excel

Or start a new post with a subject line of: translate formula to Swedish (or
something like that)

Biff
 
First off, thanks for all the help...

But theres still something wrong, Peo S can you see whats wrong with
this? Its far to advanced for me... :confused:

=OM(ANTAL(A:A);SUMMA(A:A)-LETAUPP(9.9999999999999E+307;A:A);"")

It sucks that I have to translate the code when I get loads of help
here...

The code is for a doc that calculates how much fule my car "drinks"...

Thanks once again...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top