I exported some output from a linux box to .csv file I have saved that file as an .xlsx and it has a column of IP addresses 10.29.1.x where x is a different number. I would like to be able to sort that column so that .x is in numerical order such as all the 10.29.1.1s, and 10.29.1.2s are together etc... How can I do that?
Thanks