Amosbroker
New Member
- Joined
- Mar 26, 2018
- Messages
- 32
Good morning, everyone!
I have a frequency/sum formula that looks at individuals who meet multiple criteria and then provides a unique number of those individuals. For example, 72 line items match my criteria but only 63 are unique users based off the member ID field. I am running in to a problem. One of the criteria is that Column O = Completed - my formula is picking up those that read Completed only but not reading the ones that read Completed, Not Complete. I still need the formula to acknowledge this as completed even though it is accompanied by a comma and not complete. How do I incorporate this in to my array formula listed below?
=SUM(IF(FREQUENCY(IF(1-(' Query A Notes'!$F$2:$F$1500=""),IF((' Query A Notes'!$G$2:$G$1500="Quarterly lifestyle coaching")*(' Query A Notes'!$K$2:$K$1500="lifestyle coaching")*(' Query A Notes'!$O$2:$O$1500="Completed"),MATCH(' Query A Notes'!$F$2:$F$1500,' Query A Notes'!$F$2:$F$1500,0))),ROW(' Query A Notes'!$F$2:$F$1500)-ROW(' Query A Notes'!$F$2)+1),1))
Thanks a ton!
Angela
I have a frequency/sum formula that looks at individuals who meet multiple criteria and then provides a unique number of those individuals. For example, 72 line items match my criteria but only 63 are unique users based off the member ID field. I am running in to a problem. One of the criteria is that Column O = Completed - my formula is picking up those that read Completed only but not reading the ones that read Completed, Not Complete. I still need the formula to acknowledge this as completed even though it is accompanied by a comma and not complete. How do I incorporate this in to my array formula listed below?
=SUM(IF(FREQUENCY(IF(1-(' Query A Notes'!$F$2:$F$1500=""),IF((' Query A Notes'!$G$2:$G$1500="Quarterly lifestyle coaching")*(' Query A Notes'!$K$2:$K$1500="lifestyle coaching")*(' Query A Notes'!$O$2:$O$1500="Completed"),MATCH(' Query A Notes'!$F$2:$F$1500,' Query A Notes'!$F$2:$F$1500,0))),ROW(' Query A Notes'!$F$2:$F$1500)-ROW(' Query A Notes'!$F$2)+1),1))
Thanks a ton!
Angela