G
Graham Whitehead
Hi, i am trying to write something which will scan through a number of
worksheets which contain matrices. So I am storing the values of each matrix
in an array. I now need to find a way to rank the values in each column
relative to that column of data. My question really is, is there a way to
specify that particular column as a range and then rank the values by
referencing a value in the array against the defined range? So for example
the first value in the first column - array(0,0) against a range defined as
rngColumn1, then array(1,0) against the same range...and so on.
worksheets which contain matrices. So I am storing the values of each matrix
in an array. I now need to find a way to rank the values in each column
relative to that column of data. My question really is, is there a way to
specify that particular column as a range and then rank the values by
referencing a value in the array against the defined range? So for example
the first value in the first column - array(0,0) against a range defined as
rngColumn1, then array(1,0) against the same range...and so on.