Hi-
I am trying to write a formula for how many locations have officially opened per week of this year.
This is what I currently have and all it gives me is 0.
=COUNTIFS({Official Opening Actual}, IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(TODAY()))
For the Official Opening Actual, I am referencing another sheet. I am not sure if I need the column, Week #.. I was just trying everything I have seen within the community.
I need to delete rows 1 & 2 - I just haven't gotten around to doing so.