Hi,
At the moment I have this formula to total number of times a word appears in a given date range.
=COUNTIFS('Projects Tracker'!B20:B25000,">="&F8,'Projects Tracker'!B20:B25000,"<="&H8,'Projects Tracker'!F20:F25000, "*Sector: Corporate*")
F8 = Start Date
H8 = End date
B20:B25000 = List of...