so here is my problem, i have a long list of IP addresses in an excel column, they all either end with .1 or .3, i want to be able to get rid of any ip address in the list that ends with .1 but when i select the column and choose filter by ends with and put the value (i have tried .1, 1 *1 ".1" and "1") and all it does is remove every value, the column looks like this
10.10.5.1
10.10.5.3
10.10.6.1
10.10.7.1
10.10.7.3
10.10.8.1
10.10.8.3
10.10.9.1
10.10.10.1
10.10.10.3
10.10.11.1
10.10.12.3
and i want to remove all cells that have an IP address that ends in .1 so that it would look like this:
10.10.5.3
10.10.7.3
10.10.8.3
10.10.10.3
10.10.12.3
i figured the ends with filter would work but i dont know why its not doing what i expected it to, there are several thousand cells and it will be impossible to delete them one by one, if someone could show me how i can just get rid of any cell that ends with .1 i would greatly appreciate it.
Thanks in advance
10.10.5.1
10.10.5.3
10.10.6.1
10.10.7.1
10.10.7.3
10.10.8.1
10.10.8.3
10.10.9.1
10.10.10.1
10.10.10.3
10.10.11.1
10.10.12.3
and i want to remove all cells that have an IP address that ends in .1 so that it would look like this:
10.10.5.3
10.10.7.3
10.10.8.3
10.10.10.3
10.10.12.3
i figured the ends with filter would work but i dont know why its not doing what i expected it to, there are several thousand cells and it will be impossible to delete them one by one, if someone could show me how i can just get rid of any cell that ends with .1 i would greatly appreciate it.
Thanks in advance