I am trying to sum percentages for any tasks that are greater than 0% and contain certain text - in this example, "MFA" , among a string of text in a column. For example, the entire task name could be MFA deployment or MFA training but I want to search for any tasks that have "MFA". I have this formula started but keep getting unparseable no matter what I try. Any ideas?
=SUMIFS({Auth0 Project Plan Range 6}, {Auth0 Project Plan Range 2}, >0%, {Auth0 Project Plan Range 1}, FIND("MFA",{Auth0 Project Plan Range 1}))