Is there a way to auto tighten up columns, remove spaces in between columns but not enough to where the columns don't line up.
Example, here are 2 rows of data:
I want to reformat it to:
So the columns are still lined up but there is only 1 space after the widest value in a column.
Example, here are 2 rows of data:
Code: Select all
123 12 12345
12 123 12345
Code: Select all
123 12 12345
12 123 12345