View Single Post
  #1   Report Post  
Devin
 
Posts: n/a
Default need to find which numbers (3+) in a column sum to a value

need to find which numbers (3+) in column sum to a value

I have a column of 100+ numbers. I know that the column should sum to x,
but is summing to y instead. I need to find which numbers in the column sum
to the difference of x and y. Then I can remove them from my column.

Thanks.