Hi All
I am looking to count total conversations/comments our team is having per week.
I have set up a count comment sheet which will receive rows from the sheet 1 when anyone adds a comment to any row.
The count comment sheet includes a "latest comment date added" column. This date auto populates when a row is added to the sheet.
For dashboard board purposes; i have a master metrics sheet. I want to count how many "latest comment date added" row is added in a 1 week date range. I have used this formula which doesn't show an error but the count is wrong
=COUNTIFS({Count Comment Range 1}, ">14/01/24", {Count Comment Range 1}, "<=21/01/24")
This is the sheet i am referencing but my formula counts 0 when it should be 2.
Any insight into what i am missing?
Thanks so much for your help