Need Assistance with my Countifs OR

Claudia G
Claudia G ✭✭
edited 10/24/23 in Formulas and Functions

I have read other Q/As and tried multiple options, but keep getting #unparseable errors.

Basically, I have a table I have created at the bottom of my spreadsheet for reporting purposes. I want to count how many open items have the accountable person match the name in the "Details/Description" column of the current row of my spreadsheet.

This works:

=COUNTIFS(Status:Status, <>"Complete", Status:Status, <>"Not Needed", Accountable:Accountable, [Details/Description]@row)

However, some items have 2 accountable people, so I want to check for a match in either the Accountable column or the Accountable2 column. This is one of the formulas I have tried that is not working

=COUNTIFS(Status:Status, <>"Complete", Status:Status, <>"Not Needed", OR([Details/Descriptions]@row,Accountable:Accountable, [Details/Description]@row,Accountable2:Accountable2))

Even tried this after seeing the + option on a Youtube video. It does not work either:

=COUNTIFS((Status:Status, <>"Complete", Status:Status, <>"Not Needed", Accountable:Accountable, [Details/Description]@row) +(Status:Status, <>"Complete", Status:Status, <>"Not Needed", Accountable2:Accountable2, [Details/Description]@row))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!