I am trying to count new entries in a list added during the previous week. If I filter data on "Create Date" between the dates for Sun-Sat last week (eg 8/3/2025 and 8/9/2025) I get result A (65).
In my sheet summary I used this formula: =COUNTIF([Create Date]:[Create Date], IFERROR(WEEKNUMBER(@cell ), 0) = WEEKNUMBER(TODAY())) and it's returning result B (68 in this case)
I've looked at the data from last week through today (which is a Tuesday and I can't account for the difference. Any ideas what is happening?