Is there anyway i can sum 20 columns horizontally for the absolute number in each column?
B BJC Apr 10, 2004 #1 Is there anyway i can sum 20 columns horizontally for the absolute number in each column?
F Frank Kabel Apr 10, 2004 #3 Hi you may use the following array formula (entered with CTRL+SHIFT+ENTER): =SUM(ABS(A1:T1))