Hello, I am looking to concatenate columns into one string but I also need to format it with multiple spaces in between
Example:
Column 1 Column 2 Column 3
2835 2900 0000A2
I need the string to look like below, having a fix amount of blank spaces in between:
2835 2900 0000A2
thx!