How to Count a group of numbers
Hi Everyone I'm Trying to figure out how many of our kids enrolled in our study are in our study like so.
Where I'm getting stuck on is how to count for the range such as 6-13. Here is the syntax that I currently have.
COUNTIF({SOC Wraparound Client Tracker Range 12}, "6" = COUNTIF({SOC Wraparound Client Tracker Range 12}, "7")) + COUNTIF({SOC Wraparound Client Tracker Range 12}, "8") + COUNTIF({SOC Wraparound Client Tracker Range 12}, "9") + COUNTIF({SOC Wraparound Client Tracker Range 12}, "10") + COUNTIF({SOC Wraparound Client Tracker Range 12}, "11") + COUNTIF({SOC Wraparound Client Tracker Range 12}, "12") + COUNTIF({SOC Wraparound Client Tracker Range 12}, "13")
I know that this is wrong because I'm pulling from this data set and we don't have nearly that many kids between the ages of 6-13. Here is a snippet of that data set.
If anyone could help me out I would really appreciate it, Thank you!
Answers
-
Try somethign like this...
=COUNTIFS({Other Sheet Age Column}, AND(@cell >= 6, @cell <= 13))
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!