Hi,
I have a sheet within parent/child rows, and need to count the number of unique contacts within each of the children rows of each parent. I have a vendor column that has a parent row and children row (only the children rows list the vendor contacts).
I need to count the number of unique vendor contacts, within a vendor, and if the vendor status is green.
I tried the Countifs formulas, but need to figure out how to capture the unique names only for that vendor. Any suggestions on what this formula would be?
This is what i had, but shows as unparseable.
=IF(COUNTIFS([Vendor Name]:[Vendor Name], Vendor1, [Status]:[Status], Status1, [Candidate Name]$1:[Candidate Name]1, [Candidate Name]1) <> 1, 0, 1)
Thank you,
Crystal