Wildcards

I

irresistible007

Is it possible to use Wildcard characters in SumPorduct? here sumproduc
is supposed to act as alternate to conditional summing
 
R

Roger Govier

Hi

You can use something like
=SUMPRODUCT(--(ISNUMBER(SEARCH("a*a",A1:A10))))
to find any sequence of the letters "a" and "a" with any character in
between, anywhere within the cells.

Regards

Roger Govier
 
Top