I use Excel to manipulate downloads from our main system, SAP. Some values have leading zeroes. If I accept the default format, General, leading zeroes are stripped off. Text retains the zeroes.<br><br>An example of the problem:<br><br>D 174<br>D 200<br>D 082<br>B 200<br>B 190<br>D 190<br><br>If I sort this by column A asc, column B asc, it should result in:<br><br>B 190<br>B 200<br>D 082<br>D 174<br>D 200<br><br>but doesn't. Sometimes it changes the order, but incorrectly and sometimes it doesn't change the order at all.<br><br>Thanks for you help with this.