i did this formula but i dont know why its not working its suppose to count the rows where the status is if done and the date should be from the last 7 days including today can anyone help me
=countifs(table1[status],”done”,table1[date],”<=“&today()-7)
for some reason it counts all the dates
=countifs(table1[status],”done”,table1[date],”<=“&today()-7)
for some reason it counts all the dates