I am trying to count a score for multiple columns in a smartsheet summary. For some reason, it is only counting the first column if I use this:
=COUNTIF([Educational Background]:[Educational Background], COUNTIF([Prior Work Experience]:[Prior Work Experience]) = 5)
If I put the extra ) at the end, it makes it unparseable.
I'm not sure what I am doing wrong.