what is the formula how to delete some letters or numbers behind

please help me, what is the formula how to delete some letters or numbers behind

the example id AQUA20224567

I want to change it to AQUA2022

0 2 40
2 REPLIES 2

AppSheet has LEFT() function will allow you to return a certain number of characters from the left-hand side of a source string

And a RIGHT() functions that returns a certain number of characters from the right-hand side of a source string.

And for completeness: MID() - AppSheet Help

Top Labels in this Space