rhettblaine
New Member
- Joined
- Oct 3, 2013
- Messages
- 29
- Office Version
- 365
- Platform
- Windows
Hey guys,
I'm trying to create a dynamic list based on the user's selection of yes/no/NA answers. If the user selects No for one of the questions, the list should generate a message.
Example:
Questionnaire:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Question:[/TD]
[TD]Answer:[/TD]
[TD]Message if Answer = No[/TD]
[/TR]
[TR]
[TD]Q1[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Q2[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Q3[/TD]
[TD]No[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]Q4[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Q5[/TD]
[TD]No[/TD]
[TD]Purple[/TD]
[/TR]
[TR]
[TD]Q6[/TD]
[TD]No[/TD]
[TD]Black[/TD]
[/TR]
</tbody>[/TABLE]
Goal is to create list with messages if the Q is answered No:
I've tried several different methods, but the part that I'm having the most difficulty is being able to recognize empty rows (Green, blank, Purple) to return the intended results.
Any suggestions?
Thanks!
I'm trying to create a dynamic list based on the user's selection of yes/no/NA answers. If the user selects No for one of the questions, the list should generate a message.
Example:
Questionnaire:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Question:[/TD]
[TD]Answer:[/TD]
[TD]Message if Answer = No[/TD]
[/TR]
[TR]
[TD]Q1[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Q2[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Q3[/TD]
[TD]No[/TD]
[TD]Green[/TD]
[/TR]
[TR]
[TD]Q4[/TD]
[TD]Yes[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Q5[/TD]
[TD]No[/TD]
[TD]Purple[/TD]
[/TR]
[TR]
[TD]Q6[/TD]
[TD]No[/TD]
[TD]Black[/TD]
[/TR]
</tbody>[/TABLE]
Goal is to create list with messages if the Q is answered No:
- Green
- Purple
- Black
I've tried several different methods, but the part that I'm having the most difficulty is being able to recognize empty rows (Green, blank, Purple) to return the intended results.
Any suggestions?
Thanks!