How can get the result of the formula calculated with multiple columns directly from the computation of an array in memory?
The requirements for calculation with the data of "Big Class.jmp" and formula are as follows:
Add column "row6" and find the minimum height from row 10 and up to 6 rows;
Add column "row7" and find the minimum value of the height column starting from row 10 and up to 7 rows;
...
How to find the result of "row6" -- "row9" directly by using memory array method?Thanks!dt=Open("$SAMPLE_DATA/Big Class.jmp")...