countif with a condition and contains @

P

Pete_UK

Try this:

=SUMPRODUCT(--(A1:A20="M&P),--(NOT(ISNUMBER(SEARCH("@",B1:B20)))))

Adjust the ranges to suit your data.

Hope this helps.

Pete
 
W

whyrajesh

Try this:

=SUMPRODUCT(--(A1:A20="M&P),--(NOT(ISNUMBER(SEARCH("@",B1:B20)))))

Adjust the ranges to suit your data.

Hope this helps.

Pete


Hello Pete

Thank you so much for the reply

But unfortunately, this formula is not working ..I am getting some
value ,,,but it was not showing the result..showing different figures

Can you please find any another solution for me...

Thanks alot
 
Top