I am attempting to sort a sheet by an IP address column. Obviously it isn't working properly: Given the following list: 10.10.10.1 10.10.10.2 10.10.10.3 10.10.10.10 10.10.10.30 10.10.10.100 Sorting by OOO Calc by default would be: 10.10.10.1 10.10.10.10 10.10.10.100 10.10.10.2 10.10.10.3 10.10.10.30 As system and network admins we need to sort a list of servers and their inventory based on IP addresses. Libreoffice calc should do basic ipv4 sorting at least for us to be productive. Thank you!.
There is an option to enable natural sorting. Menu/Data/Sort - Options - Enable natural sort.