Hi - I have a tracking sheet - it logs date when we receive a request and then a date when the request is fulfilled. I need to calculate how many rows in my sheet where the date rec'd to date of completion is 5 days or less - I'm doing this in a Sheet Summary field.
I asked the AI for a formula and it gave me this:
=COUNTIFS([Date Received]:[Date Received], ISDATE(@cell ), [Date Completed]:[Date Completed], ISDATE(@cell ), ([Date Completed]:[Date Completed] - [Date Received]:[Date Received]) <= 5)
However, when I plug it in, I get the message "INCORRECT ARGUMENT SET." Can you tell me what I am doing wrong? It's too tricky for me to try to figure out myself. :)
Thanks!