vlookup with duplicates
I have a multi program summer symposium I'm working on and students sign up on one sheet to indicate which faculty they want to work with then i have another sheet where faculty write answers regarding each student.
I was using vlookup to match the sheets together on one, but students can sign up for multiple programs, so the single identifier i was using for vlookup (student email) will have duplicates, any suggestions on how to combine these two sheets without duplicates?
Meaning, I would like the end result to be if a student picks program A and faculty A, then it pulls that info from another sheet and combines it, and if that same student picks program B and faculty B then it pulls it again. hope this makes sense
thanks!
Best Answer
-
Hi @sipsevents ,
By the looks of it, JOIN(COLLECT()) could be the best way to accomplish what you intend. In my example below you can see how a list of students can reflect the multiple members of faculty they've chosen in the Faculty selection sheet by using the =JOIN(COLLECT({Faculty}, {Student}, Students@row), ", ") Column formula:
I hope that this can be of help! But if it isn't, please share some captures of your sheets layout so that I can possibly advise further. Please make sure to hide any sensitive information that you wouldn't like to share.
Cheers!
Julio
Answers
-
Hi @sipsevents ,
By the looks of it, JOIN(COLLECT()) could be the best way to accomplish what you intend. In my example below you can see how a list of students can reflect the multiple members of faculty they've chosen in the Faculty selection sheet by using the =JOIN(COLLECT({Faculty}, {Student}, Students@row), ", ") Column formula:
I hope that this can be of help! But if it isn't, please share some captures of your sheets layout so that I can possibly advise further. Please make sure to hide any sensitive information that you wouldn't like to share.
Cheers!
Julio
-
perfect, thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!