Need help with formula using COUNTIFS and Contains
Hello, I am trying to use a formula that will count if a project type contains the word Planned and if the state (using symbols) is red. When I use the formula below, I get an "#INVALID DATA TYPE" error message.
=COUNTIFS(AND({Audit&Advisory Services -Portfolio Metadat Range 1}, CONTAINS("Planned", @cell)), {Audit&Advisory Services -Portfolio Metadat Range 2}, Symbol@row)
Any help would be much appreciated.
Thanks!
Answers
-
Try this. Got it to work on my end with two columns.
The AND in your formula is implied already by the IFS in COUNTIFS. COUNTIFS are multi-conditional.
=COUNTIFS([plannedColumn]:PlannedColumn], (CONTAINS("Planned", @cell)), [SymbolColumn]:[SymbolColumn], [SymbolColumn]:[SymbolColumn] = "Red")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!