I have successfully created a countif formula to count the number of times a word appears in a column.
=COUNTIF([Medicaid Enrollment Status]4:[Medicaid Enrollment Status]158, "Enrolled")
Now I need to expand it to include an additional criterion, "Enrolled-Provisional"
I want to count all incidences in the column called Medicaid Enrollment Status for all rows for "Enrolled" and :Enrolled-Provisional". I'd also like to make this so I can keep adding rows without having to change the formula.
Thanks