Thread: Absolute value
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon B. Jon B. is offline
external usenet poster
 
Posts: 1
Default Absolute value

Hello,

I want to find the sum of a column, where the sum of the column adds the
absolute value of each cell. For example:

F1 = 10
F2 = -10
F3 = -5

So when I want to put in the equation in say F4, the answer would be 25 and
not -5

How do I do this for a whole column?