So I'm currently making a recruiting data sheet for an online community. I'm trying to make it as automated as possible without actually making a bot to do it.
How can I make a COUNTIF
(or similar) that counts the amount of people join within a time period?
My current strategy was to do this:
=COUNTIF(D3:D900,"2/\**$/2020")
Its not getting the expected results, but I'm also not quite good with Regex in Google Sheets. This strategy is attempting to get a result for the amount of people who joined in the month of February using the dates.