Forum Discussion
jvanarsdale
3 years agoFrequent Visitor
How do I count rows and exclude certain text?
I see lots of answers on how to count rows containing certain text, but I need to count rows of text that do not contain the word "Open". How do I do this?
- 3 years ago
Yes! That worked! Thank you SO much! Been struggling all morning on that. I am a relatively new user.
pratyashasamal
Memorable Member
3 years agoHi jvanarsdale ,
Please try this .
Price Count = IF( 'Product'[List Price] != "Open", COUNTROW( 'Product'[Text] ))
Thanks ,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C