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
- Customer Resources
- 64.8K Get Help
- 437 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
Check out the Formula Handbook template!