Hi mooto,
You can define a range, and apply "sum" function which produces a sum object which contains
properties such as sum.N, -.total, -.mean, -sd, -.min, and -.max
After running this function, you can keep the value by assigning to a variable(e.g., mymean=sum.mean),
or store in a cell in a worksheet cell (e.g., col(B)[1]=sum.mean).

Is it workable for you?
--Hideo Fujii
OriginLab