CountIF
Options

PDunn
✭✭✭✭✭
I want to count the number of CatSeries that match and have transitioned in the Priority/Status column.
=COUNTIFS([CatSeries Concat]:[CatSeries Concat], @cell, [Priority/Status]:[Priority/Status], "transitioned")
Best Answer
-
Hey @PDunn
Try this
=COUNTIFS([CatSeries Concat]:[CatSeries Concat],CatSeries Concat]@row, [Priority/Status]:[Priority/Status],"Transitioned")
Will this work?
Kelly
Answers
-
Hey @PDunn
Try this
=COUNTIFS([CatSeries Concat]:[CatSeries Concat],CatSeries Concat]@row, [Priority/Status]:[Priority/Status],"Transitioned")
Will this work?
Kelly
-
Hi @Kelly Moore Yes it worked I just couldn't get the order of operation correct thank You :)
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!