EG: if I have data formatted like:
IP192.168.0-dot-1
IP192.168.0-dot-2
IP192.168.0-dot-3
How do I use a formula in Microsoft Excel to automatically turn the values in those cells to:
192.168.0.1
192.168.0.2
192.168.0.3
etc.
Thanks!
2006-12-09
08:23:18
·
5 answers
·
asked by
Cagey
2
in
Computers & Internet
➔ Software
Thanks for the answers thus far... very helpful in solving the problem I posed.
But how do you answer the question of how to MODIFY THE 1st or 5th character in a range of cells?
Suppose the data instead looked like this:
192.s168.0.1
192.%168.0.2
192.D168.0.3
192.>168.0.4
Or how about like this:
f192.168.0.1
sdkjhdfkghsdf192.168.0.2
36t5fg192.168.0.3
192.168.0.4
Thanks again for your consideration!
2006-12-09
08:50:13 ·
update #1
Or by extension:
sfgjsdlkjfg192.168.0.5e359ygehw
d2192.168.0.6tg
192.168.0.7!!
?192.168.0.8
2006-12-09
10:06:08 ·
update #2
PS:
If your answer includes VB, please include explain in concise yet clear English what the concepts behind your code is and instructions on how to implement the solution (assume I don't know how to use VB)
2006-12-09
10:24:02 ·
update #3