COUNTIFS formula with OR and FIND formulas

Hello all!

I have a trouble with one formula. The idea is, that I need to find an engineer name in AT LEAST (that's why I am using OR) one of the columns. The problem is, that the second range is a contact list so I need to use a FIND formula. So the mix looks like this:


=COUNTIFS({WTE}, $[Task Name]@row, OR({Assigned}, FIND($[Task Name]@row, @cell)>0),

I know its incorrect, it writes to me that it's unparsable.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!