Help with COUNTIF Formula

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?
Answers
-
@PKane this would be a countifs not a countif. Also change your ="1" to just =1. It doesn't need to be in quotes.
It would look SOMETHING like:
=COUNTIFS({OPCO}, "NSP", {Order Status} = "Lumen Chg Order Complete", {Test & Turn Up Scheduled} = 1)
Matt Lynn
How can I help? Schedule some time on my calendar: CLICK HERE
-
@Matt Lynn-PCG thanks very much for your willingness to lend a hand!
I tried the formula you'd shared and its returning #INVALID OPERATION
Can you see any issues with the formula? I checked the references and they are all good and the spelling for everything is correct.
Any ideas of what I can try to adjust?
Help Article Resources
Categories
Check out the Formula Handbook template!