Excel function COUNTIF cannot count decimal number occurences in an array. Why? What to do? Thanks
I Ignorasmus Jan 20, 2007 #1 Excel function COUNTIF cannot count decimal number occurences in an array. Why? What to do? Thanks
D Dave Peterson Jan 20, 2007 #2 Maybe you could just use: =count(a1:a10) to count the number of numbers.