String split in excel
As there is no split function in excel, you can create a UDF to gain the same functionality as available in languages such as Java, PHP, etc Create a module and add a function as below: Function STR_SPLIT(str, sep, n) Continue reading String split in excel