I am looking to count all the entries from a Created By field in Sheet 1 and deposit that count into a Sheet 2 that contains rows for each week of the year 1-53. The intended use is to show week over week counts of inquiries. Will eventually want to specify the count per support type for each column on Sheet 2 (Sales, Training, etc), but will have to walk before we can run, so any help would be appreciated).
Sheet 1:
Sheet 2:
I have tried:
=COUNTIF(WEEKNUMBER({Created Date}), WEEKNUMBER([Week Number]@row))
and several variations with no success.