What is wrong with this formula please
=COUNTIFS([Player 1]15:[Player 5]53, Name@row, Role15:Role53, Role17)
Answers
-
Hey @Bianca Thiel !
Try this:
=COUNTIFS([Player 1]15:[Player 5]53, CONTAINS(Name@row, @cell), Role15:Role53, Role$17)
Ashley Knight
-
Are you getting an error message or an unexpected count? Are you able to provide more details?
-
=COUNTIFS([Player 1]15:[Player 5]53, Name@row, [Role15:Role53, Role17])
Gives Me #unparseable
Thanks
-
-
Hey @Bianca Thiel !
What are your column types for Player, Name, and Role? I also noticed your brackets are different in your follow-up message is your formula using
[Role15:Role53, Role17]
or
Role15:Role53, Role17 (without brackets)?
Ashley Knight
-
Players Name - Text
Role = Dropdown
=COUNTIFS([Player 1]15:[Player 5]53, Name@row, Role15:Role53, Role17) = #incorrect argument set
=COUNTIFS([Player 1]15:[Player 5]53, CONTAINS(Name@row, @cell), Role15:Role53, Role$17) = #incorrect argument set.
Thank you so much for helping
-
Players Name = Text
Role = Dropdown
=COUNTIFS([Player 1]15:[Player 5]53, Name@row, Role15:Role53, Role17) = #incorrect argument set
=COUNTIFS([Player 1]15:[Player 5]53, CONTAINS(Name@row, @cell), Role15:Role53, Role$17) = #incorrect argument set.
Thank you so much for helping
-
Your ranges must be of the same size and shape within a function. Your first range looks like it is 5 columns and your second range is only a single column.
You will need to write out 5 separate COUNTIFS (one for each player column) and then add them together.
=COUNTIFS([Player 1]:[Player 1], ………………………….) + COUNTIFS([Player 2]:[Player 2], ………………………) + …………………………………………………
-
@Paul Newcome Thanks…. not as straightforward as i thought it would be…
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.6K Get Help
- 435 Global Discussions
- 152 Industry Talk
- 495 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!