I have searched the threads and tried so may formula options and none worked...hoping someone can help me figure out why my formula is not counting the number of text occurances in three different cells in my sheet
Here is my sheet:
and in my Total Minor field I want to show the number of occurrences of the word "Minor" in the three highlighted cells
My current formula is:
=COUNTIFS([Dorm Cleanliness Grading & Benchmark ID]@row, CONTAINS("Minor", @cell), [Adequate Living Space Grading & Benchmark ID]@row, CONTAINS("Minor", @cell), [Exterior Build. Appearance Grading & Benchmark ID]@row, CONTAINS("Minor", @cell))
This formula is resulting in a count of only "1" instead of the correct number "3"
Can anyone help fix this issue?