Hi All,
We have internal learning modules, and once completed you are issued a 'badge'. I want to create a report that will tell me each month how many badges were issued of each badge for that month and then the total for the month.
i.e. Dec 2021 10 IT badges, 5 HSE, 6 Ops badges = 21 for December
I have created a new smartsheet that has a column for each badge, rows for each month and links back to the sheet where badges are recorded per employee. I have the formula -
=COUNTIFS({Badges Issued Range 1}, >=DATE(2021, 12, 1), {Badges Issued Range 1}, <=DATE(2021, 12, 31))
This formula is working fine but it means each month I have to change the dates for the 14 badges. any suggestions on how to make it more automatic?