Column additions query
I have 2 columns of numbers.
There are no 'zeros' in Col 1 - all are greater than zero.
Some of the numbers in Col 2 are zero but most are greater than zero.
I want to be able to add all the numbers in column #2 that are greater than
zero and then divide that number by all the numbers in Column #1 that
coincide only with those numbers in Col 2 that are greater than zero.
In other words I do not want to include any numbers in the Col 1 addition
that are on the same row as the 'zeros' in Col 2.
regards
PeterH
|