D
Dev4me
Hi
I have a list of numbers that I want to find the MODE in:
0
0
1
2
0
0
3
3
2
2
2
0
0
But I want to be able to ignore the Zeros
How do i go about doing this so the mode function gives me the #2 only
Thank you
I have a list of numbers that I want to find the MODE in:
0
0
1
2
0
0
3
3
2
2
2
0
0
But I want to be able to ignore the Zeros
How do i go about doing this so the mode function gives me the #2 only
Thank you