I have two columns in my sheet, one is 'Assigned to' column and the other one is 'Status' Column.
I want to count the number of tasks assigned to x person from assigned to column other than 'Completed' status ( From status column)
Eg: =COUNTIFS([Assigned to]:[Assigned to], "X",[Status]:[Status], <>”Completed”)
Regards,
Gayathri