Move Row Between Sections Automatically in Google Sheets - Google Apps Script Tutorial [SheetsNinja]

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Ever needed to move a row of data to a different section on the same tab automatically? Look no further than this simple tutorial!
    Make a copy of this Google Sheet to try for yourself: bit.ly/3zaRM2Q

Комментарии • 12

  • @PatrickWalsh-y8b
    @PatrickWalsh-y8b 5 дней назад

    Is there a way to have one selection move in the same sheet and another move to a separate tab?

  • @BraveHeart-ht8zf
    @BraveHeart-ht8zf 5 месяцев назад +1

    nice share..thanks

  • @SindyKrinke
    @SindyKrinke Месяц назад

    Hello, I found this video and it helps me a lot. But I have a question about it. If I want to keep the data of the first column (where you can set prospects or leads etc.) and not delete it, how should I change the code to do that? It is possible to keep this data without problems? Thank you

    • @SheetsNinja
      @SheetsNinja  Месяц назад

      All you have to do is remove the line in the code that goes like this:
      data[0][0] = '';

  • @LizzieLoomis-q8c
    @LizzieLoomis-q8c Месяц назад

    Is there a way to keep hyperlinked text active when you move it from one section to another?

    • @SheetsNinja
      @SheetsNinja  25 дней назад

      Yes, you have to do .getRichTextValues() and .setRichTextValues() to copy hyperlinked text. It can be a little more complicated to layer that in with the .getValues() and .setValues(), which is why I didn't cover it in this video.

  • @Drag0nStorm1
    @Drag0nStorm1 4 месяца назад +1

    innnnnnsane

    • @SheetsNinja
      @SheetsNinja  4 месяца назад

      Awesome, hope this was helpful for you!

  • @VictorRomero-se6rk
    @VictorRomero-se6rk 4 месяца назад

    Could you do one exactly like that but for checkboxes

    • @SheetsNinja
      @SheetsNinja  4 месяца назад

      So are you talking about having multiple columns for check boxes for different sections, or would you just have two sections and have the checkbox move it to the 2nd section?

    • @VictorRomero-se6rk
      @VictorRomero-se6rk 4 месяца назад

      @@SheetsNinja Yes so it would be moving one row to a different section on the same sheet once selecting the checkbox, the move would only be a couple of rows below origin