I have a column with 3000 rows. Each row has a cell with data like this L000141
I need to change each cell and keep what is already there.
I’d like to add 4 numbers after the letter L and keep was already there.
Like this
Change L000141 into L3104000141
How can this be done with a script so all are done at once?
Thanks