Below formula is showing incorrect argument set.
=COUNTIFS(Name3:Name356, "", [Position Title]3:[Position Title]356, "Billing Specialist", [Req Status]3:[Req Status]356, "Open", [Dept Name & Cost Center]3:[Dept Name & Cost Center]355, FIND("10", @cell) > 0)
Tying to count rows that is blank in the Name column, with position title "Billing Specialist", Requisition status has to be open and Dept name and Cost center contains the text "10-". (e.g 10-5423)
Please advise. Thanks!