View Single Post
 
Old 09-01-2014, 12:34 PM
blackjack blackjack is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Sep 2014
Posts: 13
blackjack is on a distinguished road
Default How do you count how often a specific value occurs in single changing cell?

It seems simple but I can't figure it out and can't find it on google. How do you count how often a specific value occurs in single changing cell? I thought =countif would work but everytime the cell changes it takes the count back to 0. I'm using random numbers and would like to count each time the number is below .1.

Example
A1 +RAND()
A2 =Countif(A1<.1),1
Reply With Quote