I feel like I almost have it:
=COUNTIFS({MMES},"0", @cell), {Disease Extent}, OR(CONTAINS("Proctitis", @cell), (CONTAINS("No disease activity", @cell)
Count if the column titled MMES has "0" and the column titled Disease Extent has "Proctitis" OR has "No disease activity"
HELP!