D
dangnguyenduc
I have a excel worksheet with two columns of numeric data (A, B). Now o
the column C, I want to compute numbers which follows the followin
rule:
Di = MIN(ABS(Bi-A1), ABS(Bi-A2),...,ABS(Bi-An))
where n is the number of values on column A. Please help me to write
function for this column.
Thank you very much
the column C, I want to compute numbers which follows the followin
rule:
Di = MIN(ABS(Bi-A1), ABS(Bi-A2),...,ABS(Bi-An))
where n is the number of values on column A. Please help me to write
function for this column.
Thank you very much