Hi,

Does this help you. Assumes Range is B2 to B100 and counts if between 51 to 100

=SUMPRODUCT(--(B2:B100>=51),--(B2:B100<=100))

VBA Noob