Forum Discussion
MarcelLaib
Aug 08, 2022Copper Contributor
Count all numbers with the decimal place 0.005
Hello, i need to count all numbers with the number 5 from a list. How does it work?
- Aug 08, 2022This formula counts the cells containing the number 5:
=COUNTIF(A1:A100,5)
JKPieterse
Aug 08, 2022Silver Contributor
This formula counts the cells containing the number 5:
=COUNTIF(A1:A100,5)
=COUNTIF(A1:A100,5)
MarcelLaib
Aug 08, 2022Copper Contributor
Yes that is okay. But i want additionally to count the number 5 in numbers like 65 or 185.
So i have a list with the numbers:
0,5,10,15,20,25,30,35,40,45,50,55,60
The result should be 6.
So i have a list with the numbers:
0,5,10,15,20,25,30,35,40,45,50,55,60
The result should be 6.