View Single Post
  #9   Report Post  
Harlan Grove
 
Posts: n/a
Default Find a "9" within a range using a function (T/F)

Biff wrote...
....
=SUMPRODUCT(--(ISNUMBER(FIND("9",A1:B12))))0

....

If you're willing to put up with an array formula,

=COUNT(FIND(9,range))0