Google Sheets: Obtain the row number of an "Insert row" action result

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+)

template

edit:

For future refence, this regex is the best solution for retrieving the row number!

1 Like