This seems to work nicely,

=countifs(A:A,"large",B:B,"pizza")+countifs(A:A,"large",B:B,"pasta")

Yet putting it all in the one will not work, i.e.

=countifs(A:A,"large",B:B,or("pizza","pasta"))

Is there a way to achieve this?

Thx, MQ