I need to use the identifier to match other information.
Added in edit:
Perhaps you will find the following helpful.
Code:
=IF(ISNUMBER(A2),VALUETOTEXT(A2/1000),LEFT(A2,15))
=IF(ISNUMBER(A2),VALUETOTEXT(A2/1000),LEFT(A2,15))
=CONCAT("A", A2)
gen id = substr(a, 2, .) // will be a string
Comment