hey @UKarpuk,
Do you just want the row number as output?
If so, the Text Helper piece might be an easier solution:
Regex:
[A-Z]+(\d+)
edit:
For future refence, this regex is the best solution for retrieving the row number!
hey @UKarpuk,
Do you just want the row number as output?
If so, the Text Helper piece might be an easier solution:
Regex:
[A-Z]+(\d+)
edit:
For future refence, this regex is the best solution for retrieving the row number!