Hi all,
I am trying to count the number of occurrences of certain keywords from a sheet column into a rollup. I cannot seem to get the formulas right. Error coming up as #UNPARSEABLE
Keyword "HHS", Sheet Name "25", Column Name "Funding Agency"
=COUNTIF({25 Range 1}[Funding Agency]:[Funding Agency], "HHS")
A little additional context, the agency acronym is usually embedded in the larger block of text within the column --> National Institute of Environmental Health Sciences (HHS - NIH)
Thanks in advance for your help!