Hello all,
Would it be possible to alter a whole column (as shown in column B) so that any upper case entries remain upper case for the first three letters of a word but all other letters change to lower case (as shown in column C). However this would only apply to particular cells within the column as specified by another column (as shown in column A).
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Change[/TD]
[TD]Uppercase[/TD]
[TD]Lowercase[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Yes[/TD]
[TD]RUMCOKE[/TD]
[TD]RUMcoke[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Yes[/TD]
[TD]VODKALEMON[/TD]
[TD]VODkalemon[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Yes[/TD]
[TD]WHISKEYDRY[/TD]
[TD]WHIskeydry[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]No
[/TD]
[TD]RUMCOKE[/TD]
[TD]RUMCOKE[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]No[/TD]
[TD]VODKALEMON[/TD]
[TD]VODKALEMON[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]No[/TD]
[TD]WHISKEYDRY[/TD]
[TD]WHISKEYDRY[/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
Would it be possible to alter a whole column (as shown in column B) so that any upper case entries remain upper case for the first three letters of a word but all other letters change to lower case (as shown in column C). However this would only apply to particular cells within the column as specified by another column (as shown in column A).
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Change[/TD]
[TD]Uppercase[/TD]
[TD]Lowercase[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Yes[/TD]
[TD]RUMCOKE[/TD]
[TD]RUMcoke[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Yes[/TD]
[TD]VODKALEMON[/TD]
[TD]VODkalemon[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Yes[/TD]
[TD]WHISKEYDRY[/TD]
[TD]WHIskeydry[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]No
[/TD]
[TD]RUMCOKE[/TD]
[TD]RUMCOKE[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]No[/TD]
[TD]VODKALEMON[/TD]
[TD]VODKALEMON[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]No[/TD]
[TD]WHISKEYDRY[/TD]
[TD]WHISKEYDRY[/TD]
[/TR]
</tbody>[/TABLE]
Thanks,