Is it possible to selectively sum numbers in a column?
I have a column full of numbers some of them are positive and others are negative. I would like to ignore the positive numbers and just add up the negatives. Is this possible, and if so, how would I accomplish it?
Thanks!