Count Function?

J

jayceejay

I have a column in a list that contains several numbers, some of which are
integers and others which have decimal points. Is there a way to count those
cells in a column that contain decimals?
 
S

Sheeloo

Suppose you have your numbers in A1:A100 then type this in any cell other
than A1:A100

=SUM(IF(A1:A100-INT(A1:A100)>0,1,0))
and press CTRL-SHIFT-ENTER to get the count
 
J

jayceejay

A thousand thanks to the both of you -- Both very helpful. I appreciate it
immensely.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top