Hello
I’m interested in discovering if there is an easier way of doing this than how I’ve done it to date. We have a number of requirements (a lot actually!) which have numeric identifiers in the format “4A.09.99.99” which are in Excel and also in Word. The numbering schema is from Word and we are stuck with this and cannot change it. The issue is that the third and fourth number pairs contain numbers that do not have leading zeros (i.e. 1, 2, 3,…11, 12, 13,…etc). Consequently when these fields are sorted in Excel we have 4A.01.11.1 sorted before 4A.01.2.1 and so on across the board.
I have managed to reach a workaround by using Excel formulas to insert the leading zeros in the last two fields so that 4A.01.2.1 becomes 4A.01.02.01 and these will then sort properly in ascending sequence but I have issues in these varying from the original and don’t really want to keep swapping back and forth. I realise that I could also create multiple cells containing each number group and sort hierarchically across multiple columns but before I continue with either process I am interested in discovering if there is any other solution that leaves the original data untouched.
Has anyone solved this problem in an “elegant” manner without resorting to one of my workarounds?
Thanks