C
CS
I have a worksheet that currently has 2
columns:AssemblyComments and GenComments. I want to
concatenate the 2 and prefix with label but only if there
is data in that column.
ex: AssemblyComments=Small nick on bottom and
Comments=Color Variation. I want it concatenated
as "Assembly:Small nick on bottom,Gen:Color variation".
I'm not sure how to incorporate the IF statement. Thanks
for the help.
columns:AssemblyComments and GenComments. I want to
concatenate the 2 and prefix with label but only if there
is data in that column.
ex: AssemblyComments=Small nick on bottom and
Comments=Color Variation. I want it concatenated
as "Assembly:Small nick on bottom,Gen:Color variation".
I'm not sure how to incorporate the IF statement. Thanks
for the help.