Using the information I found on here, I used
if(length(prop(“Scene”)) > 0, length(replaceAll(prop(“Scene”), "[^ ]", "")) + 1, 0)
to get a word count in one column from the text in the column named 'Scene'.
But I get a syntax error:
Syntax error in part "“Scene”)) > 0, length(replaceAll(prop(“Scene”), "[^ ]", "")) + 1, 0)" (char 16)
What's the error?
Thanks!