If I am trying to create a metric formula to count how many rows were created today, created yesterday, created 3 days ago etc… by using the auto "Created Date" column. The current formula I am using is not properly adding them correctly
=COUNTIFS({Ticket Tracker Range 1}, "COUNTING" , {Ticket Tracker Range 3}, =TODAY(-1))
^^ this is supposed to count all rows with the word "counting" is in a certain column and the Created Date was Yesterday. I know my formula isn't working because when I manually count them they do not add up to the same number that the formula is calculating. I tried to create a manual 'helper' date column that is date only and it removes the time but that doesn't even work because it that helper date column isn't always documenting the correct date because the time affects it.
Any suggestions on how to fix this or make a different formula to calculate?