Good Morning,
I am attempting to count the number of Cells which contain a specific text string and fall within a date range. The formula I have right now is as follows:
=IFERROR(COUNTIFS(C:C,"*&A385*",AP:AP,">=E385",AP:AP,"<=F385"),"ERROR")
C:C contains the range with text in which I am...