Move A Row to Different Spreadsheet - Google Apps Script Tutorial

preview_player
Показать описание
In this video, I quickly demonstrate and explain how to put together a Google Sheet and the App Script to be able to quickly move rows of data between tabs using a dropdown status.

If you want to make a copy of the Google Sheet and script I used in the video, check it out here:
Рекомендации по теме
Комментарии
Автор

Hello Sir, thanks for this tutorial video, but i have an issue, why data thats been moved to target sheet becomes duplicate? im following all way that you show on video

laganjsl
Автор

Hey there, what happens if you make a mistake and want to get the row back to the master list?

ItzelZarate-db
Автор

Hello Sir,
I have been having difficulties trying to get this script to work properly.
I type it out exactly the same way you show it here on the video and I continue to receive an Error stating

TypeError : Cannot read properties of undefined (reading 'range')

Please HELP!!!

MireyaMarquez-bu
Автор

HI, I want to ask you if I want to copy to other sheet, but keep old data

dnaml
Автор

hello sir, i have problem to move data on protected sheet and last data move to top in next sheet so please help me.

prakashshrestha
Автор

I have an error, the let range = e.range;
TypeError: Cannot read properties of undefined (reading 'range')

JosephJericoMarino