Hi,
in a range I have characters: "H", "K", "Sze", "Cs", "P" so so in each cell
there is just one of these characters.
I want to count howmany cells are in a range that contains either of these
characters.
Can I do this in a more elegant way than by using this function bellow?
=COUNTIF(C152:C228;"=H")+COUNTIF(C153:C229;"=K")+COUNTIF(C154:C230;"=Sze")+COUNTIF(C155:C231;"=Cs")+COUNTIF(C156:C232;"=P")