HI All ,
I have a column Called "internal id" which has the following values ;
Input
| Internal ID |
| ALT_366060CNYF_LATIN |
| ALT_338520CNYF_GV |
| ALT_GSS10690CNYF_CL |
Aim : Remove ALT_ and and any character after CNYF from the internal ID, and return the chars between those two values
output:
| Internal ID |
| 366060 |
| 338520 |
| GSS1069 |
Regards
Masond3