Hello everybody I have a worksheet with 30 columns and i want to sum the 30 columns (col1+col2+col3+...) and take the mean column. I use the scripts data2_b=sum(data1,a1,a30); or data2_b=sum.mean(data1,a1,a30); ai is the name of the column i But it does not work Thanks