I am trying to calculate training sessions based on 2 columns : status column and year column. I've done this numerous times before however for some reason no matter what status filter I choose the outcome is 0 when there are definitely values for 2024 completed training sessions.
This is the formula I am using =
=COUNTIFS({Training Tracker Range 2}, "Completed", {Training Tracker Range 3}, "2024")
Any help would be greatly appreciated!!