I am running a countif formula to count the number of certain events each day. The origin sheet has the "Event" column and a "Date" column that are feeding the count to the destination sheet. The destination sheet had a "Date" column and individual columns that contain the formula showing the counts per day of each event. Below is the formula I'm currently using:
=COUNTIFS({Event Report Form Range 1}, HAS(@cell, "Decision to Recover"), {Event Report Form Range 4}, HAS(@cell, "04/12/24"))
My question is: Is there a way to write the formula so that the formula matches the "Date" in the row of the destination sheet to the "Date" in the origin sheet so I can convert this to a column formula and not have to change the date in every cell?
Thanks in advance