I'm using substitute to strip enumlists that have this format...
AAA-BBB-CCC-020A
...down to the remaining number + letter like this...
020A
Is it possible to remove the leading zero, and not affect the zero on the number 20...?
20A
Thanks in advance... 😉
Solved! Go to Solution.
Then use just a part from it like NUMBER(LEFT(INDEX(SPLIT([Code],"-"),4),3))&A
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |