I am trying to get a countifs formula to work where the final criteria is an 'or' statement.
The formula looks like this but is not returning the correct value.
=sum(COUNTIFS('Source Data'!A:A,"Mark", 'Source Data'!B:B,"Approved",'Source Data'!C:C,{"PROCESS", "STRATEGY","Hybrid"}))
I have attached a sheet showing raw data example
<space>after the wordStrategy. Hence the rows with that content type will not be counted. Either remove the trailing spaces from your data, or change your formula to reflect the trailing space.