I'm trying to create a formula that counts the number of entries submitted to a separate sheet per person completed since a specific date (3/24/2020).
My formula that works for counting all entries by individual is =COUNTIF({Other Sheet Range1}, [Member Name]1) but when I try adding the AND {Other Sheet Range2} //Submission Date// is on or after 3/24 I get issues.
Pardon the strange way of entering the formula, was having issues the the 'greater than' & 'equal to' symbols.