Stumbleupon Facebook Twitter Digg Google Delicious Linkedin
TechNews

Need for an absolute sum formula

Posted: 22 Feb 2012

Tags: Need for an absolute sum formula Need for absolute sum formula


Need for an absolute sum formula

Source: mpec.sc.mahidol.ac.th

Question:

I need a formula which will be the sum of the absolute values of cells (76 k pass 300 lines x which makes hard ABS() each cell) meaning:

I have the following text in cells A1: A3

1

2

-1

I want my answer to be 4, sum(a1:a3) will return 2.

Bill

Answer:

Hello

= SUMPRODUCT (ABS(A1:A3))

Rate this article:


  • Pages:
  • 1

0 Comments

Add Your Comment !