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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 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!