Summation Operator

L

LizM

Yes. I was hoping to sum a calculation for n=10 observations or n=20. Each
row has a different total number of observations and I did not want to have a
row for each and sum.

Do you know of an easier way?

Thanks.
 
B

Bob Phillips

if you do =SUM(A1:Ax) where x is the largest possible number, if will work
okay, even if some cells are empty.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Top