We have multiple end users of our product I would like to count how many go to these end users and satisfy a list of other criteria. I would like to wrap the contains formula within count if formula.
My "handed over to" can be x, y, z, or any combination thereof
I would like to count how many entries have been handed over to x for example
So far I have tried
=COUNTIFS({activity}, "working", {Status}, status@row, {children}, =0, {Deliverable}, type@row, {real finish}, >=[year start]1, {real finish}, <=[date Q4]1, {hand over to}, "x"
=COUNTIFS({activity}, "working", {Status}, status@row, {children}, =0, {Deliverable}, type@row, {real finish}, >=[year start]1, {real finish}, <=[date Q4]1, (IF(CONTAINS("x", {hand over to}1,0))
both return #UNPAREABLE.
Many thanks in advance for any help.
Take care