is there a way to make a formula to only show certain characters?
I basically only want to show 0 though 9, periods, and a lowercase "x"?
I need my results to look like B below:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD="width: 75"]A[/TD]
[TD="width: 75"]B[/TD]
[/TR]
[TR]
[TD]8.5 in x 11 in[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]8.5 x 11 topper[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]8.5 x 11 Store stand[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]8.5 x 11 POP[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]2" x 10"[/TD]
[TD]2x10[/TD]
[/TR]
[TR]
[TD]8.5X 11 - diecut[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]5 x 7[/TD]
[TD]5x7[/TD]
[/TR]
[TR]
[TD]8.5x11[/TD]
[TD]8.5x11[/TD]
[/TR]
</tbody>[/TABLE]
I basically only want to show 0 though 9, periods, and a lowercase "x"?
I need my results to look like B below:
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD="width: 75"]A[/TD]
[TD="width: 75"]B[/TD]
[/TR]
[TR]
[TD]8.5 in x 11 in[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]8.5 x 11 topper[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]8.5 x 11 Store stand[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]8.5 x 11 POP[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]2" x 10"[/TD]
[TD]2x10[/TD]
[/TR]
[TR]
[TD]8.5X 11 - diecut[/TD]
[TD]8.5x11[/TD]
[/TR]
[TR]
[TD]5 x 7[/TD]
[TD]5x7[/TD]
[/TR]
[TR]
[TD]8.5x11[/TD]
[TD]8.5x11[/TD]
[/TR]
</tbody>[/TABLE]