Hello! I am not sure where the issue is with the formula below. I am trying to get the percentage pass rate for an individual by counting the Pass within the months time frame and then dividing that by the sum of that same individuals count for the same time frame.
I have tried parenthesis and continue getting either invalid argument or unparsable. Any help is appreciated!
Formula for calculating April: =(COUNTIFS([Assigned To]:[Assigned To], [Assigned To]@row, {NA: Individual Performance Range 1}, "Pass", {NA: Individual Performance Range 2}, <=DATE(2023, 4, 31), {NA: Individual Performance Range 2}, >=DATE(2023, 4, 1))) / (COUNTIFS([Assigned To]:[Assigned To], [Assigned To]@row, {NA: Individual Performance Range 2}, <=DATE(2023, 4, 31), {NA: Individual Performance Range 2}, >=DATE(2023, 4, 1)))