HI! I have the below formula which is pulling info from a sheet and giving me a percentage based on the p/f in a column. I have a third sheet that is the same info as the p/f sheet this is based on (technically the archive of this one) that i would like to add in as included in the percentage. So basically my formula needs to give me a percentage of passing based on two sheets. Di duplicate this somehow and continue it with the other sheet reference? How does the math work? Any insight would be wonderful, just not sure where to enter the second sheets references and how to get the math to add. I have a similar thing already happening but smartsheet built it about five years ago and the formula is wildly different lol
=IF(COUNTIFS({Employee Email TTR}, Employee@row , {TTR Date}, >=DATE(2025, 1, 1), {TTR Date}, <=DATE(2025, 1, 31)) = 0, 0, COUNTIFS({TTR Outcome}, "p", {Employee Email TTR}, Employee@row , {TTR Date}, >=DATE(2025, 1, 1), {TTR Date}, <=DATE(2025, 1, 31)) / COUNTIFS({Employee Email TTR}, Employee@row , {TTR Date}, >=DATE(2025, 1, 1), {TTR Date}, <=DATE(2025, 1, 31))) * 1