Hello,
I am having difficulty with the proper syntax in my countifs function. What I am trying to do is count the instances of a word within a specific column (this I accomplished without a hitch) and then narrow those by instances that are active as of today (there is a date range for a "live date" of the word). what I tried was =COUNTIFS(Word, "Mens", [DATE1:DATE2, "=TODAY()]) and had no luck. Thank you in advance for any help!