Not sure that I understand the question but:
=SUMIF(A1:A10,">=2")
Will give the sum of all values grater than or equal to 2 for the range A1:A10
=COUNTIF(A1:A10,">=2")
Will give the number of values that are grater than or equal to 2 for the range A1:A10