I am trying to use the countifs formula to fill in my request metrics sheet. I need to count how many times one person has been assinged specific items from a drop down.
=COUNTIFS(Category47, {INNOV_Request Tracker Range 1}, [Request Status]:[Request Status], "Analysis Approved", "Project Approved", "Task Approved", "Under Review", 1)
This is the formula that I am using and it keeps giving me unparseable as my answer.
The drop down options are in the request status column and I need to count 4 of them.
Help!