Absolute values

B

BJC

Is there anyway i can sum 20 columns horizontally for the absolute number in
each column?
 
F

Frank Kabel

Hi
you may use the following array formula (entered with
CTRL+SHIFT+ENTER):
=SUM(ABS(A1:T1))
 
Top