Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Hello
I'm am wanting to count "green balls" within a range. I have used
=COUNTIF([Site Attended]11:[Site Attended]26), "green")
I'm have the result #unparsable
I am a new user so would apprecate the help. Thank you
You have one too many close paranthesis.
Try this instead
=COUNTIF([Site Attended]11:[Site Attended]26, "green")
Craig