Hello,
I am looking to be able to get a count of all unique values based on a date. I am having trouble trying to get the count to work as I have tried a couple solutions I looked up online but none seemed to work.
Essentially I want to populate column F in the first image. This column is to be populated by a unique count of PCs (Column C, Group, in the second image) by the date in column B.
Here are the formulas I have tried using but both return 0
I am looking to be able to get a count of all unique values based on a date. I am having trouble trying to get the count to work as I have tried a couple solutions I looked up online but none seemed to work.
Essentially I want to populate column F in the first image. This column is to be populated by a unique count of PCs (Column C, Group, in the second image) by the date in column B.
Here are the formulas I have tried using but both return 0
Excel Formula:
=SUM(IF('Installed Units'!D:D='Daily Tracker'!B7,1/COUNTIFS('Installed Units'!C:C,'Installed Units'!C:C)))
Excel Formula:
=SUM(--(LEN(UNIQUE(FILTER('Installed Units'!$C:$C,'Installed Units'!$D:$D='Daily Tracker'!$B8,"")))>0))