Count Values In One Column Based on Values Of Another Column
Hi,
I have 2 columns:
- Client (containing names of my clients)
- Status (containing the status of the client)
I need a formula that counts the clients in Column 1 that don't have a status of Lost in Column 2.
I have tried with CountIfs and Not(Contains) but with no luck
Thanks!
Answers
-
I would suggest...
=COUNTIFS(Client:Client, @cell = "Client A", Status:Status, NOT(CONTAINS("lost", @cell)))
-
@Paul Newcome - Thanks - but it didn't work unfortunately. When you say "Client A" do you mean I have to put in a client name? Below is an example of the table. The correct client count would be 5:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!