- Mar 1, 2000
- 30,890
- 5,001
- 126
I'm generating some Excel files off of a SSIS package querying a SQL database.
One column of cells sometimes will have multiple values such as:
433170800000 2011 / 462092000070 2011
With the values being separated with the "/". There could be 2, 3... 10 distinct values all separated with the "/"
I'm trying to think of a way via conditional formatting or an adjacent column (then hiding the original column) or something to format those so that the "/" is removed AND is replace with a carriage return (Alt+Enter) so that the cell then is still one row, but double thick.
433170800000 2011
462092000070 2011
Make sense?
One column of cells sometimes will have multiple values such as:
433170800000 2011 / 462092000070 2011
With the values being separated with the "/". There could be 2, 3... 10 distinct values all separated with the "/"
I'm trying to think of a way via conditional formatting or an adjacent column (then hiding the original column) or something to format those so that the "/" is removed AND is replace with a carriage return (Alt+Enter) so that the cell then is still one row, but double thick.
433170800000 2011
462092000070 2011
Make sense?
