drom
Well-known Member
- Joined
- Mar 20, 2005
- Messages
- 543
- Office Version
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
Hi and Thanks in advance!
-If I wanna count the unique values in a table column, I can Use:
I am using a column where If the row is hidden the value =0 so In this column I can use this formula:
I do not want to Use UDF, Not Macros
I am not using 365
-If I wanna count the unique values in a table column, I can Use:
- =SUMPRODUCT(1/COUNTIF(rcTableColumn, rcTableColumn))
- where rcTableColumn is a named range for this table column
I am using a column where If the row is hidden the value =0 so In this column I can use this formula:
- =SUMPRODUCT(--(TbRowData[RowVisible]<>""))
- If the cell are visible this column puts "YES")
- To count how many cells are visible in a filtered table
- =SUMPRODUCT(--(TbRowData[RowVisible]<>""),--(1/COUNTIF(rcTableColumn;rc,TableColumn)))
- But tis formula does not work
I do not want to Use UDF, Not Macros
I am not using 365