T
Terry Regan
Hi everyone,
I have two columns of data (A and B) that I wish to compare with a
formula in column C
for each row, the numbers will both be either zero, positive or
negative.
all I wish to do is find the number closest to zero, i.e. least
postive or least negative but when I get the least postive of two
positive numbers, it returns the most negative of two negative
numbers.......
e.g.
A B C
2 4 should return 2
-2 -4 should return -4
0 0 should return 0
any help would be very appreciated.
Terry
I have two columns of data (A and B) that I wish to compare with a
formula in column C
for each row, the numbers will both be either zero, positive or
negative.
all I wish to do is find the number closest to zero, i.e. least
postive or least negative but when I get the least postive of two
positive numbers, it returns the most negative of two negative
numbers.......
e.g.
A B C
2 4 should return 2
-2 -4 should return -4
0 0 should return 0
any help would be very appreciated.
Terry