Hi, I'm new to this forum and signed up in the hope someone could help me with something I've been trying to figure out for hours without success, including going through the forum here, searching for IFBlank - maybe that's what I don't even need.
My data set looks like below with Q1_round1, Q1_round2, Q1_round3: Each respondent could get a chance to answer Q1 in either round 1, 2 or 3 or maybe he was not chosen for Q1 and in that case the cell should be empty.
Essentially: find the value either here or here or here and if everything is blank then leave it blank.
var1[TABLE="width: 500"]
<tbody>[TR]
[TD]Q1_round1[/TD]
[TD]Q1_round2[/TD]
[TD]Q1_round3[/TD]
[TD]Q1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
My data set looks like below with Q1_round1, Q1_round2, Q1_round3: Each respondent could get a chance to answer Q1 in either round 1, 2 or 3 or maybe he was not chosen for Q1 and in that case the cell should be empty.
Essentially: find the value either here or here or here and if everything is blank then leave it blank.
var1[TABLE="width: 500"]
<tbody>[TR]
[TD]Q1_round1[/TD]
[TD]Q1_round2[/TD]
[TD]Q1_round3[/TD]
[TD]Q1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]