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.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!