View Single Post
  #1   Report Post  
w_aller
 
Posts: n/a
Default How do I count the times a number occurs in a given criteria?

Example:
labels counts
216 28
68 2316
68 5
68 24
24 149

I need to derive a formula to calculate how many times a unique label occurs
for more than 60 counts. The results should be something like:
216= 0
68= 1
24= 1
How do I do it? Thanks a million if anyone could help me.