A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
=COUNTA(UNIQUE(FILTER(Table4[PB Number], (Table4[PB Value]=K10)*(Table4[PB Number]<>0))))
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
Please guide how to combine Countifs and UNIQUE Functions to count number of unique records in Column (PB Number) on basis of given criteria (as per formula given blow)
=COUNTIFS(Table4[PB Value],K10,Table4[PB Number],"<>0")
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
=COUNTA(UNIQUE(FILTER(Table4[PB Number], (Table4[PB Value]=K10)*(Table4[PB Number]<>0))))