Report to itemize responses
Hello! I am trying to develop a report that will list out which Residents have selected which Attendings with whom they have worked - here is the sheet that comes from the form I've created - they just click the box for which ones they've worked with. I then want to be able to have a report that lists each Attending with the Residents underneath (ie Dr. Miller would have John Smith and Mike Jones listed beneath him, not just "2"). Is that possible to do?
Best Answers
-
You want it in a single cell below the results?
=join(collect([Resident Name]1:[Resident Name]3,Miller1:Miller3,@cell = 1),", ")
If you want the names in individual cells you can use index(collect()) in the same format as above.
-
Thank you!!
Answers
-
You want it in a single cell below the results?
=join(collect([Resident Name]1:[Resident Name]3,Miller1:Miller3,@cell = 1),", ")
If you want the names in individual cells you can use index(collect()) in the same format as above.
-
Thank you!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!