B
Bowman
Hello,
I have two columns with numeric values A & B, and i want to calculate in to
a C column, for each row, how many rows in the table meet that their A value
is between ( (ActualRow A value-1) and (ActualRow A value+1) ) and B value
between ((ActualRow B value-1) and (ActualRow B value+1)) meeting both
condition simultaneously.
example:
A-------- B----- C result column
///// ////// //////////////////
10 11 1
11 12 2
12 13 2
13 14 2
12 15 1
COUNT.IF generates uncorrect results
any idea???....
Thank you very much
I have two columns with numeric values A & B, and i want to calculate in to
a C column, for each row, how many rows in the table meet that their A value
is between ( (ActualRow A value-1) and (ActualRow A value+1) ) and B value
between ((ActualRow B value-1) and (ActualRow B value+1)) meeting both
condition simultaneously.
example:
A-------- B----- C result column
///// ////// //////////////////
10 11 1
11 12 2
12 13 2
13 14 2
12 15 1
COUNT.IF generates uncorrect results
any idea???....
Thank you very much