Countifs with Unique values

Options
Crystal Panning
Crystal Panning ✭✭✭✭
edited 12/09/19 in Smartsheet Basics

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

Comments