Hi. I'm trying to concat Cell A, B, and C. However, I don't want to concat the row if column A has "N".
For example, below I would like to skip 4and 5 because column A has "N".
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">Hi. I'm trying to concat Cell A, B, and C. However, I don't want to concat the row if column A has "N".
For example, Below I would like to skip row 4 and 5 because column A has "N". (Highlighted in yellow)
Thanks,
Jenny</body>[TABLE="width: 233"]
<colgroup>
</colgroup><tbody>[TR]
[TD="width: 59"]A[/TD]
[TD="width: 99"]B[/TD]
[TD="width: 69"]C[/TD]
[TD="width: 84"]Concate[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Dodge[/TD]
[TD]c100[/TD]
[TD]yDodgec100[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Cap[/TD]
[TD]c101[/TD]
[TD]yCapc101[/TD]
[/TR]
[TR]
[TD="class: xl65"]n[/TD]
[TD="class: xl65"]Circus[/TD]
[TD="class: xl65"]c102[/TD]
[TD]nCircusc102[/TD]
[/TR]
[TR]
[TD="class: xl65"]n[/TD]
[TD="class: xl65"]Warren[/TD]
[TD="class: xl65"]c103[/TD]
[TD]nWarrenc103[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Tooker[/TD]
[TD]c104[/TD]
[TD]yTookerc104[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Dodge[/TD]
[TD]c100[/TD]
[TD]yDodgec100[/TD]
[/TR]
</tbody>[/TABLE]
For example, below I would like to skip 4and 5 because column A has "N".
****** id="cke_pastebin" style="position: absolute; top: 0px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">Hi. I'm trying to concat Cell A, B, and C. However, I don't want to concat the row if column A has "N".
For example, Below I would like to skip row 4 and 5 because column A has "N". (Highlighted in yellow)
Thanks,
Jenny</body>[TABLE="width: 233"]
<colgroup>
</colgroup><tbody>[TR]
[TD="width: 59"]A[/TD]
[TD="width: 99"]B[/TD]
[TD="width: 69"]C[/TD]
[TD="width: 84"]Concate[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Dodge[/TD]
[TD]c100[/TD]
[TD]yDodgec100[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Cap[/TD]
[TD]c101[/TD]
[TD]yCapc101[/TD]
[/TR]
[TR]
[TD="class: xl65"]n[/TD]
[TD="class: xl65"]Circus[/TD]
[TD="class: xl65"]c102[/TD]
[TD]nCircusc102[/TD]
[/TR]
[TR]
[TD="class: xl65"]n[/TD]
[TD="class: xl65"]Warren[/TD]
[TD="class: xl65"]c103[/TD]
[TD]nWarrenc103[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Tooker[/TD]
[TD]c104[/TD]
[TD]yTookerc104[/TD]
[/TR]
[TR]
[TD]y[/TD]
[TD]Dodge[/TD]
[TD]c100[/TD]
[TD]yDodgec100[/TD]
[/TR]
</tbody>[/TABLE]