I manage training records and am creating a dashboard to manage who needs to complete a training.
I have a master sheet with the employee name, and a reference column to them completing the training and when it is due
I then have a calculation sheet to count how many people fall within that date range
=COUNTIFS({HiPot Renewal}, >[Expiration Range 1]@row, {HiPot Renewal}, <[Expiration Range 2]@row)
Then, I have a dashboard to display my counts
My question is, can I build a sheet that instead of just counting, will pull the names/emails of the employees whos training renewal date falls in the range of the upcoming dates?
Keeping in mind that multiple people will have a renewal date that's due within in the range.