How to add few texts/words on countif(s) formula
Hi, can someone help me on the correct formula that I should use? I wanted to get the number of projects based on their status however the countif formula that I am trying to use doesn't work in Smarsheet but works in Excel.
Below is the formula I used in Excel that worked:
=COUNTIFS(B3:B11,"*contract for*",C3:C11,"=active",D3:D11,"delayed")
I tried an alternative solution by using the project owner names but I only want to count the cells that are not blank.
Alternative formula I used in Smartsheet:
=COUNTIF([Project Owner]:[Project Owner], "<>", Status:Status, "complete")
Please need your comments and suggestions.
Many thanks in advance,
Grace
Comments
-
Hi Grace,
Smartsheet's search operators are less than perfect and nowhere near what you're used to in Excel.
Will this do what you need?
=COUNTIFS([Project Owner]:[Project Owner], NOT(ISBLANK(@cell)), Status:Status, "Complete")
-
Hi Chris,
The formula worked! Thanks a lot for your help.
Cheers,
Grace
-
Happy I could help out Grace.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!