I have a sheet where I want to find out how many rows contain certain strings of text. For example I have a formula set up where I am searching for a venue in a certain Local Authority that Contains "Park" in the venue Type and I am using the below formula;
=COUNTIFS([Local Authority]:[Local Authority], [Enter LA Name for LA Dash]#, [Registration Organisation Type]:[Registration Organisation Type], FIND("Park", @cell) > 0)
This works fine.
However I want to search for multiple venue types in the "Registration Organisation Type" Column - how would I return results for rows that contain "Park" and "Club" and "CITC" in Registration Organisation Type please? I'm stuck!
Many Thanks,