What Im looking to do is, if O column has an "x",
count how a range of numbers.
AW column has numbers that fall in the 20's, 30's, 40's etc.
I want to do something like less than 40 greater than 30.
I tried AND but that caused an error.
=SUMPRODUCT(O2:O168="x", $AW$2:$AW$168 <30)