dimidola
Switzerland Posts
Penn
China 644 Posts
range rr = [Book1]Sheet1!col(A)[1:100]; // first 100 row of column A stats rr; // statistics col(B)[1] = stats.max; // put maximum to the first cell of column B