Data Source in Cell
A1 192.168.1.2,123.12.123.12,192.168.123.1,123.12.1.1,123.1.1.1
Separate this string by it's comma into each cell
- using a formula
- Not Using VBA
how do you separate this string by its comma in to each cell? Not using VB Script.
ex.
192.168.1.2,123.12.123.12,192.168.123.1,123.12.1.1,123.1.1.1
192.168.1.2,123.12.123.12
192.168.1.2
Results
B C D E F
192.168.1.2 123.12.123.12 192.168.123.1 123.12.1.1 123.1.1.1
192.168.1.2 123.12.123.12
192.168.1.2
"&SUBSTITUTE(A1,",","")&"