Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
What formula should I use to count R,Y,G symbols in a column?
Options

Kenny Vick
✭✭
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
Tags:
Comments
-
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,
Kenny
This discussion has been closed.