Hello
I am having trouble with this formula.
I am trying to count the total number of entries per week. Here's the formula
=COUNTIFS({NESV Tracker Range 1}, "5GC" + "EPC", {NESV Tracker Range 2}, >=[Column2]@row, {NESV Tracker Range 2}, <=[Column3]@row)
I get 0's when there should be different results.
If I do "5GC" alone it works:
Or if I do "EPC" it also works:
I need a formula that added both
Thanks