Trying to create a countifs statement which counts the number of "N" in one column, but only if those "N" occur on a certain week number (the date is listed in another column).
I have tried =COUNTIFS('Team 3-4-5'!$O$6:$O$46,"=N",'Team 3-4-5'!$N$6:$N$46,(WEEKNUM('Team 3-4-5'!$N$6:$N$46)=WEEKNUM(Sheet1!B1))) but it does not seem to work.
The formula does not give me an error, but does not give me the answer i am looking for.
Help!