Hello,
I'm trying to use a sheet summary formula to count how many times the "Status" column equals "Complete" AND the "Level" column equals "1". I've used several iterations of a formula and continue to get errors. Can someone help?
This is one of the formulas I tried:
=COUNTIFS({Status:Status}, CONTAINS("Complete", @cell ), {Level:Level}, CONTAINS("1", @cell ))
I got "#INVALID REF.
Thanks,
Angie