I have a table that looks similar to this:
In Column I I would like a concatenation of the text from Columns G & H, so ideally it will look like this in the end:
What formula can I put into Column I to produce this, or am I trying to do something that is impossible?
Just to clarify, the questions will have a different number of response options and in different orders, so I can't just use a formula to concatenate specific cells, as these will change.
If I need to add extra columns that is not a problem (so if I need a separate column to concatenate +ve text and one for -ve text I will be able to work with this).
A | B | C | D | E | F | G | H | I |
Q_# | Q_Text | R_# | R_Text | +ve Score | -ve Score | +ve Text | -ve Text | |
Q1 | I look forward to coming to work. | 1 | Never | 0 | 1 | Never | ||
Q1 | I look forward to coming to work. | 2 | Rarely | 0 | 1 | Rarely | ||
Q1 | I look forward to coming to work. | 3 | Sometimes | 0 | 0 | |||
Q1 | I look forward to coming to work. | 4 | Often | 1 | 0 | Often | ||
Q1 | I look forward to coming to work. | 5 | Always | 1 | 0 | Always |
In Column I I would like a concatenation of the text from Columns G & H, so ideally it will look like this in the end:
A | B | C | D | E | F | G | H | I |
Q_# | Q_Text | R_# | R_Text | +ve Score | -ve Score | +ve Text | -ve Text | |
Q1 | I look forward to coming to work. | 1 | Never | 0 | 1 | Never | Never/Rarely | |
Q1 | I look forward to coming to work. | 2 | Rarely | 0 | 1 | Rarely | Never/Rarely | |
Q1 | I look forward to coming to work. | 3 | Sometimes | 0 | 0 | |||
Q1 | I look forward to coming to work. | 4 | Often | 1 | 0 | Often | Often/Always | |
Q1 | I look forward to coming to work. | 5 | Always | 1 | 0 | Always | Often/Always |
What formula can I put into Column I to produce this, or am I trying to do something that is impossible?
Just to clarify, the questions will have a different number of response options and in different orders, so I can't just use a formula to concatenate specific cells, as these will change.
If I need to add extra columns that is not a problem (so if I need a separate column to concatenate +ve text and one for -ve text I will be able to work with this).