get rows in between characters from a column then move other column value (selected row only) to other column
Hi, I want to move or copy paste multiple column value of selected rows to other columns in the same table like picture below the interested rows are always start from :Item == "start" until :Item == "values", but the total rows can be different. I want to copy paste or move value in Col1 and Col2 of the interested rows to Col 3 and Col 4. My current thought is to manually create a list that inc...