Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
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.
Hi guys,
Is it possible to count the number of balls according to their respective colors?
Many thanks in Advance.
Hi
Try in a parent row:
=COUNT(CHILDREN() = "Red") for example
Hope it helps
Rui
Hi Jhay,
You'll need to use a COUNTIF formula for this:
=COUNTIF(CHILDREN(), "Yellow")
=COUNTIF(Status:Status, "Green")
More on formulas can be found in our Help Center: https://help.smartsheet.com/articles/775363-using-formulas#countif
Hmmm....
Bet you couldn't get it to work with that equal sign in there
Whoops, I was not thinking clearly when I typed this.
I've edited my previous comment; thanks John!
I am still getting a unparseable error for this formula,
=COUNTIF({Range 4},"GREEN","YELLOW") {Range 1}, "EBS")
what am i missing?