I'm trying to count how many times a number appears in a column. Easy enough. The catch is the numbers are 3 decimal places out and I want all the numbers starting with a certain tenth digit. So I want to know 4.001, 4.002, 4.003. I just need one count though, so I want to know how many 4.xxx's there are in a column.

Please help!