I have three columns of percentages, negative and positive. I need to know which column is closest, on average, to 0.
I used the ABS function on each column and then calculated the AVERAGE of each ABS column to see which of the three original columns had the lowest average but I'm seeking a more elegant solution (even a more elegant use of the ABS function) and method. If anybody has a suggestion, I'd be grateful. Thank you.
I used the ABS function on each column and then calculated the AVERAGE of each ABS column to see which of the three original columns had the lowest average but I'm seeking a more elegant solution (even a more elegant use of the ABS function) and method. If anybody has a suggestion, I'd be grateful. Thank you.