I have a transaction table with two columns- ID and Date. Each id is unique and never repeated.
I want to count the number of transactions for each day of the past few years, without typing the formula for each day. When I try to pull down the formula =COUNTIF(B2:B5000, "1/1/17") to cells below, it changes the cell range rather than the date.