Cross sheet reference - count with multiple parameters
Hello all,
I'm looking for advice to write a cross-sheet reference formula. I have two sheets: one list of all students who have completed internships, and a second sheet with a list of organizations where our students have interned. I'd like to pull in a count of how many students interned at a particular site in a specific academic year.
For example, in the screenshots below: the Cyberdine Systems row should show a 1 in the [# of Interns 2022-23] column and a 0 in the [# of interns 2023-24] column.
I'm having trouble getting started with my formula and appreciate any advice!
Best Answer
-
This should be a standard COUNTIFS.
=COUNTIFS({Site ID}, @cell = [Employer ID]@row, {Academic Year}, @cell = "2022-23")
Answers
-
This should be a standard COUNTIFS.
=COUNTIFS({Site ID}, @cell = [Employer ID]@row, {Academic Year}, @cell = "2022-23")
-
Thank you so much, Paul! I had tried writing the function with COUNTIFS but always have trouble with the syntax. This works perfectly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 443 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 70 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!