I am using Excel 2007.
I have a list of cells which may contain an IP address or a web address - What I need to do is reference that column and within a new column, pull back only either of (or both of) those values.
For example
These two cells:
A1:
lorem ipsum lorem ipsum 127.0.0.1 lorem ipsum lorem ipsum
A2:
lorem ipsum lorem ipsum lorem ipsum lorem ipsum
Would give this as a result:
B1:
IP: 127.0.0.1 WEB: B2:
IP: NONE WEB:
I was going to pass this to a perl script and learn how to do it through that (as I thought the tutorial information on being able to do something like that would be easier but I do not have access to Perl and the website for it is currently down.
Any help would be GREATLY appreciated. Thanks.
I have a list of cells which may contain an IP address or a web address - What I need to do is reference that column and within a new column, pull back only either of (or both of) those values.
For example
These two cells:
A1:
lorem ipsum lorem ipsum 127.0.0.1 lorem ipsum lorem ipsum
A2:
lorem ipsum lorem ipsum lorem ipsum lorem ipsum
Would give this as a result:
B1:
IP: 127.0.0.1 WEB: B2:
IP: NONE WEB:
I was going to pass this to a perl script and learn how to do it through that (as I thought the tutorial information on being able to do something like that would be easier but I do not have access to Perl and the website for it is currently down.
Any help would be GREATLY appreciated. Thanks.