Help with formula
I'm trying to write a formula for a widget. I want to be able to look at another sheet which has two columns that give me the information I need. I want to be able to count items that exist on one column and the number of times that comes up for another number in another column.
Answers
-
Are you able to provide some screenshots for context?
-
I'm not really sure what screen shot would help.
-
This is the formula I've tried and it doesn't work. =COUNTIF(({VVD-037 Subject ID Cohort Tracker Range 1}, 1001), ({VVD-037 Enrollment Range 2}, Active))
-
Your formula has too many parenthesis throughout, and you need to use the COUNTIFS function to accommodate multiple range/criteria sets.
=COUNTIFS({VVD-037 Subject ID Cohort Tracker Range 1}, 1001, {VVD-037 Enrollment Range 2}, Active)
-
Unfortunately, that didn't work either
-
I missed that you didn't have quotes around the text string.
=COUNTIFS({VVD-037 Subject ID Cohort Tracker Range 1}, 1001, {VVD-037 Enrollment Range 2}, "Active")
If that still does not work, it would be helpful to know exactly what you mean by "doesn't work". Is there an error message? If so, which one exactly? If not, how is the output different than expected?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!