I'm trying to count the number of requirements that are the same in a column. My research tells me that I need to use COUNTIF, but it returns #UNPARSEABLE
This is the formula I'm using: =COUNTIF(({Requirement name}:{Requirement name}), ({Requirement name}@row))
Please help!
PS: I am also counting the number of unique values in the column and the formula works great: =COUNT(DISTINCT({Requirement name}))