J
Jay
Hi,
I need to do some data analysis on a set of data, basically to perform the
MIN and MAX functions on a column of data, i.e.,
cell(F1) = MIN(D1100), cell(G1) = MAX(D1100),
cell(F2) = MIN(D101:200), cell(G2) = MAX(D100:200),
.......
cell(F30) = MIN(D30003100), cell(G30) = MAX(D3000:3100)
Something like that.
I was wondering if I can reference these cells in a formula such as below:
MIN(D$(100*i+1)$((100+1)*i)
for the i in 0,1,2, .... 30, where the i can be another column of data I can
easily fill in incremental data.
Thanks very much
I need to do some data analysis on a set of data, basically to perform the
MIN and MAX functions on a column of data, i.e.,
cell(F1) = MIN(D1100), cell(G1) = MAX(D1100),
cell(F2) = MIN(D101:200), cell(G2) = MAX(D100:200),
.......
cell(F30) = MIN(D30003100), cell(G30) = MAX(D3000:3100)
Something like that.
I was wondering if I can reference these cells in a formula such as below:
MIN(D$(100*i+1)$((100+1)*i)
for the i in 0,1,2, .... 30, where the i can be another column of data I can
easily fill in incremental data.
Thanks very much