Forum Discussion
kthersh
Feb 14, 2023Copper Contributor
Adjust a formula to ignore hidden/filtered rows of data
I have a formula already setup to calculate the total occurrences of a unique ID in a column. =SUM(IF(ISNUMBER(A2:A2719)*COUNTIF(A2:A2719,A2:A2719)=1,1,0)) But when I have a filter set on a t...
kthersh
Feb 16, 2023Copper Contributor
Sorry if it's a dumb question, but how do I reference the "Table's structured reference" in the formula?
Patrick2788
Feb 16, 2023Silver Contributor
While in the formula, select the table's column from the first value to the end. Don't include the header row in the selection.
The syntax is: Table[ColumnName]
The syntax is: Table[ColumnName]