Can you please help me to make Excel formula that takes string value from cell and sorts its characters in alphabetical order?
Ex.
original cell value: 'BACR' sorted characters cell: 'ABCR'
Can you please help me to make Excel formula that takes string value from cell and sorts its characters in alphabetical order?
Ex.
original cell value: 'BACR' sorted characters cell: 'ABCR'
This UDF will sort numbers and Text character by character:
Put this is a module attached to the workbook, NOT in the worksheet or ThisWorkbook code.
Then it can be called like any other formula