My formula for counting by week is:
=COUNTIFS({BBS Data Range 1}, IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(TODAY()), {Staff}, ="John Smith")
This works pretty well but it is counting events that occured in previous years. I only want to include THIS YEAR in the count.
Thanks in Advance