CokeOrCrack
Board Regular
- Joined
- Dec 13, 2015
- Messages
- 81
Hello:
Is there a formula that can count only the visible and unique values in a column, based on criteria from another column?
This array formula I have counts the unique values with criteria, but it ignores filters and counts non-visible cells.
{=SUM(--(FREQUENCY(IF(Clean[Date]<>"",IF(Clean[Year]=YEAR(NOW()),MATCH(Clean[Date],Clean[Date],0))),ROW(Clean[Date])-ROW(INDIRECT("D15"))+1)>0))}
Thanks
OJ
Is there a formula that can count only the visible and unique values in a column, based on criteria from another column?
This array formula I have counts the unique values with criteria, but it ignores filters and counts non-visible cells.
{=SUM(--(FREQUENCY(IF(Clean[Date]<>"",IF(Clean[Year]=YEAR(NOW()),MATCH(Clean[Date],Clean[Date],0))),ROW(Clean[Date])-ROW(INDIRECT("D15"))+1)>0))}
Thanks
OJ