Hello,
I would like to count the number of rows where the column H match the value of my column B3, the closed date (column G) is not empty, and the closed date (column G) is greater than today minus 7 days (e.g. older than a week)
I've tried this one ... but - of course - it failed
countIFS(SFDC!H:H, "=" $B3,SFDC!G:G, ISEMPTY, SFDC!G:G, ">=" TODAY-7)
Help is greatly appreciated!
Thank you all.
I would like to count the number of rows where the column H match the value of my column B3, the closed date (column G) is not empty, and the closed date (column G) is greater than today minus 7 days (e.g. older than a week)
I've tried this one ... but - of course - it failed
countIFS(SFDC!H:H, "=" $B3,SFDC!G:G, ISEMPTY, SFDC!G:G, ">=" TODAY-7)
Help is greatly appreciated!
Thank you all.