Forum Discussion
Anonymous
Mar 07, 2017Averaging
I'm trying to average (=average(f7:f40) the differance between two values. This is the formula (=c6-c7, =c7-c8, and so forth) I use to calculate the differance. Sometimes the value is a negative numb...
Detlef_Lewin
Mar 07, 2017Silver Contributor
Hello Calvin
=ABS(C6-C7) =MAX(C6:C7)-MIN(C6:C7)