Quote Originally Posted by alansidman View Post
See attached worksheet example
A slight tweak to C6's formula from
Code:
=SUMIFS($C$2:$C$1001,$C$2:$C$1001,">51",$C$2:$C$1001,"<100")
to
Code:
=SUMIFS($C$2:$C$1001,$C$2:$C$1001,">49",$C$2:$C$1001,"<100")