> > > > only if column E contains "*bat*" and column K contains "*yes*",
Apologies I read the post differently
Mike
"Gary''s Student" wrote:
> Tested with the asterisk a real asterisk, not a wildcard.
> --
> Gary''s Student - gsnu200836
>
>
> "Mike H" wrote:
>
> > Sumproduct and wildcards!! tested?
> >
> > "Gary''s Student" wrote:
> >
> > > Any time you need multiple criteria, think SUMPRODUCT()
> > >
> > > =SUMPRODUCT((E1:E100="*bat*")*(K1:K100="*yes*"))
> > >
> > > see:
> > > http://www.xldynamic.com/source/xld.SUMPRODUCT.html
> > > for the complete story.
> > >
> > > --
> > > Gary''s Student - gsnu200836
> > >
> > >
> > > "tracktraining" wrote:
> > >
> > > > Hi All,
> > > >
> > > > Is there a way to count only if both conditions are met? for example, count
> > > > only if column E contains "*bat*" and column K contains "*yes*", otherwise
> > > > don't count it.
> > > >
> > > > any suggestion?
> > > >
> > > > thanks,
> > > > Tracktraining
> > > > --
> > > > Learning