Pre/Post Survey matched by Employee ID
I have a survey with field "Type" (Pre-Survey or Post-Survey). I have another field with a Unique id (employee ID). On the Pre-Survey we ask a question called "Segment" (which areas they work in), however we do not ask that question in the post-survey. I have the segment field allowing multiple selection then I use hidden fields to parse out the different segments for counting. The goal is that I need to have the segment information show up in both the pre AND post survey if the Employee ID matches. Any thoughts as to how I can do this? Happy to provide any additional clarifications when needed.
Answers
-
Are you able to provide some screenshots with sample data for context?
-
Does that help?
-
The easiest way would be to use a helper column with something along the lines of
=IFERROR(INDEX(COLLECT(Segments:Segments, Segments:Segments, @cell <> "", [Global ID GID]:[Global ID GID], @cell = [Global ID GID]@row), 1), "")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!