sarah
06-17-2014, 04:35 AM
Hi All,
I need help with a large file consisting of thousands of rows and one column, the data does not have a defined format so each entry is different. However, there is a common occurrence in those rows and I'd like to extract them. For example:
Cell A1:
lariahfi area gfdgfd aevfgre rgde 127.1.1.0 afewa 1fdsa 00:00:00:13:11:3d afd aea
Cell A2:
agrda gfr aaa 127.0.1.42 afda 11:11:11:1f:ff:ff dawfw ged
Cell A3:
agdad 1.1.1.1 afewa gvr 31:42:13:12:12:12 af
I'd like to be able to pull the following output:
Column B:
127.1.1.0
127.0.1.42
1.1.1.1
Column C:
00:00:00:13:11:3d
11:11:11:1f:ff:ff
31:42:13:12:12:12
Any help is greatly appreciated.
Thanks!
I need help with a large file consisting of thousands of rows and one column, the data does not have a defined format so each entry is different. However, there is a common occurrence in those rows and I'd like to extract them. For example:
Cell A1:
lariahfi area gfdgfd aevfgre rgde 127.1.1.0 afewa 1fdsa 00:00:00:13:11:3d afd aea
Cell A2:
agrda gfr aaa 127.0.1.42 afda 11:11:11:1f:ff:ff dawfw ged
Cell A3:
agdad 1.1.1.1 afewa gvr 31:42:13:12:12:12 af
I'd like to be able to pull the following output:
Column B:
127.1.1.0
127.0.1.42
1.1.1.1
Column C:
00:00:00:13:11:3d
11:11:11:1f:ff:ff
31:42:13:12:12:12
Any help is greatly appreciated.
Thanks!