S
sip8316
I am trying to take the Mode of a column, which I now how to do, but if the
Mode=0 I want to only take the mode of the non zero values. Is there a way
to do this...I have this so far and it takes the mode fine :
=IF(MODE(A1:A100)<>0,MODE(A1:A200))
Any Help would be great.
Mode=0 I want to only take the mode of the non zero values. Is there a way
to do this...I have this so far and it takes the mode fine :
=IF(MODE(A1:A100)<>0,MODE(A1:A200))
Any Help would be great.