Ok, hi! I was trying to use an old formula and edit it to my needs but it is way too convoluted. Basically i am pulling p, f, and blank from one column in a sheet and want it to give me a percentage of passing on another. This i s even further brokwn down by person (email column) and month (can be date column or month columnn "july"). I got close witht he below reading the users and giving htem a score but it clearly isnt accurate as its just giving me 0% and there are very few fails so it would not be 0%. Am i missing something? I know other sheets nit he past ive made a column to give p and f 1's and 2's to read a score. is that something im missing?
=COUNTIFS({TTR Outcome}, "p", {Employee Email TTR}, Variable@row , {Date of Review TTR}, >=DATE(2025, 7, 1), {Date of Review TTR}, <=DATE(2025, 7, 31)) / COUNTIFS({Employee Email TTR}, Variable@row , {TTR Date}, >=DATE(2025, 7, 1), {TTR Date}, <=DATE(2025, 7, 31))