Hello,
I am attempting to get my formula to count a status only when it's in NSP (the operational company/OPCO) with a status of "Lumen Chg Order Complete" and the checkbox for 'Test & Turn Up Scheduled' is checked.
This is what I have attempted in the formula that is returning UNPARSEABLE as a result:
=COUNTIF({OPCO}, "NSP", AND({Order Status} = "Lumen Chg Order Complete"), {Test & Turn Up Scheduled} = "1"))
I am not sure where the error is, or if there would there be a better formula type to use instead of COUNTIF?