Hi @Pontus Byqvist,
Apply this formula to the column:
=AND(FIND("\",[ColumnName])>=3,FIND("\",[ColumnName])<=5)
This formula means that the input text should contain "" and the number of characters before "" should be between 2 and 4.
Test result:
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.