Cross sheet reference help please!
Sheet 1 is called "2024 Sponsorship Campaigns" and column 3 is called "Job Req ID"
Sheet 2 is called "2024 Application Source AB" column 5 is called "Job Req ID" and column 6 is called "Source Details"
If the "Job Req ID' in sheet 1 matches the "Job Req ID" in sheet 2 I need to count the number of rows in sheet 2 that contain "Western" under the column "Source Details"
I hope this makes sense, and would appreciate any help
Best Answer
-
You would use a COUNTIFS.
=COUNTIFS({Sheet 2 Job Req ID}, @cell = [Job Req ID]@row, {Sheet 2 Source Details}, @cell = "Western")
Answers
-
You would use a COUNTIFS.
=COUNTIFS({Sheet 2 Job Req ID}, @cell = [Job Req ID]@row, {Sheet 2 Source Details}, @cell = "Western")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!