I am trying to get a count of the number of rows that have a status of Task Assist, and who have an overall percent complete value of 100%. This is the formula I thought I needed to get that to work, but it is throwing back an invalid operation error. Does anyone have any idea how I could resolve?
=COUNTIFS(Status:Status = "Tech Assist", [Overall Percent Complete]:[Overall Percent Complete] = "100%")
I appreciate any help I could get.