Greetings -
I have a large column of numbers -
I need a count of how many integers are in this column.
How can I quickly do this? Is there a simple method?
Thanks
Sparky_
Maybe this...Greetings -
I have a large column of numbers -
I need a count of how many integers are in this column.
How can I quickly do this? Is there a simple method?
Thanks
Sparky_
Book1 | |||||
---|---|---|---|---|---|
A | B | C | |||
2 | -1 | _ | 4 | ||
3 | 55 | _ | _ | ||
4 | 0.25 | _ | _ | ||
5 | 10.23 | _ | _ | ||
6 | 0.003 | _ | _ | ||
7 | 1 | _ | _ | ||
8 | 1.69 | _ | _ | ||
9 | -5 | _ | _ | ||
10 | -5.3 | _ | _ | ||
Sheet1 |