I need to calculate the average of 190 variables. Is there any way to do this efficiently with a script call? Unfortunately, they're not all in a row, if that makes a difference.
As a test, I tried assigning a range to a variable, but I got the error "Array can't be coerced into Fixnum," so...