Hello,
I'm trying to count how many rows meet this criteria (use a cross sheet reference):
Tier is Experiencia Lite (or whichever tier I need to count)
and
SLA was signed between 1/1/22 and 1/31/22 (will be doing this for each month)
This is what I have but iI get an unparseable error:
=COUNTIFS({Tier}@row,"Experiencia Lite", {SLA Effective Date} @row AND(@cell>=DATE(2022,01,01),@cell<=DATE(A2022,0131))
Thank you!