Hi,
I am attempting to create a formula that would =
Count the number of training items completed per team member and between two dates.
I created this formula, it is giving me all Zeros:
=COUNTIFS([Actual End Date]:[Actual End Date], <=DATE(2024, 1, 1), [Actual End Date]:[Actual End Date], >=DATE(2024, 12, 30), Status:Status, "Training Completed - 100%", [Team Members]:[Team Members], [Team Members]@row)
Can someone provide guidance on what I am doing wrong?
Also, how can i use the output of this formula to produce a status - so if the output of the formula above is less than 5 = output would be "Needs more training". Or do I need to create a seperate column for that?
Thank you!