To find the maximum and minimum in column B: bMax = max(col(B)); ... v2 = col(C)[list(min(col(B)),col(B))]; v3 = Table(col(B), col(C), ...
確定! 回上一頁