A
Adam
Concatenate and format
Hey there.
Have a large spreadsheet of stock transactions.
Currently have a column for number of shares and another
column for symbol.
I want to concatenate into one cell and keep the share
amount right justified and the description left justified.
Old
1000 CSCO
50 XLNX
These are in separate columns
But when I concatenate I get
1000 CSCO
50 XLNX
How can I get the info in one cell and nicely formatted?
Thanks
Adam
Hey there.
Have a large spreadsheet of stock transactions.
Currently have a column for number of shares and another
column for symbol.
I want to concatenate into one cell and keep the share
amount right justified and the description left justified.
Old
1000 CSCO
50 XLNX
These are in separate columns
But when I concatenate I get
1000 CSCO
50 XLNX
How can I get the info in one cell and nicely formatted?
Thanks
Adam