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.
Hey folks,
I want to count the number of red, yellow, and green symbols in a column. Does anyone know the formula to achieve that result?
Thanks,
Kenny
Countif is your friend here...
=Countif( [Column with Symbols]:[Column with Symbols], "Red")
=Countif( [Column with Symbols]:[Column with Symbols], "Yellow")
=Countif( [Column with Symbols]:[Column with Symbols], "Green")
Hi Brett,
Thank you very much for the assistance. I'll give that a try.
Very much appreciated,