If I want to count the number of cells with the text “EDC”, when the whole column has both that string alone, but also many cells with additional text (e.g.) “EDC thyroid”, what function do I use?
When I try: COUNTIFS(D1:D2001,(".EDC.")) it returns 0 or an err code. Searched for Libre help pages, but none of the simple suggestions I saw did anything…