[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]SURNAME[/TD]
[TD]FIRSTNAME[/TD]
[TD]MI[/TD]
[TD]GENQUAL[/TD]
[TD]CONCAT'D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]DOE[/TD]
[TD]JOHN[/TD]
[TD]T[/TD]
[TD]JR[/TD]
[TD]DOE.JOHN.T.JR[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]DOE[/TD]
[TD]JANE[/TD]
[TD][/TD]
[TD][/TD]
[TD]DOE.JANE[/TD]
[/TR]
</tbody>[/TABLE]
I cant figure out how to write a formula to concatenate column B thru Column E, add a period after each column, but not display a period if the field is blank. In the example, row 2 shows the full display with a "." after each and row 3 displays jane but no "." after because the other fields are blank.
<tbody>[TR]
[TD][/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]SURNAME[/TD]
[TD]FIRSTNAME[/TD]
[TD]MI[/TD]
[TD]GENQUAL[/TD]
[TD]CONCAT'D[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]DOE[/TD]
[TD]JOHN[/TD]
[TD]T[/TD]
[TD]JR[/TD]
[TD]DOE.JOHN.T.JR[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]DOE[/TD]
[TD]JANE[/TD]
[TD][/TD]
[TD][/TD]
[TD]DOE.JANE[/TD]
[/TR]
</tbody>[/TABLE]
I cant figure out how to write a formula to concatenate column B thru Column E, add a period after each column, but not display a period if the field is blank. In the example, row 2 shows the full display with a "." after each and row 3 displays jane but no "." after because the other fields are blank.