Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
dTub
Скачать

Clear Cell Contents with Google Apps Script

Автор: Spreadsheet Wise

Загружено: 2023-01-14

Просмотров: 8084

Описание:

Learn how to use Google Apps Script within Google Sheets to clear the contents of a cell when another cell is edited. This video relates to the Dependent Dropdown Chips, so if you haven't seen this, you can check it out here:    • Dependent Drop-down Chips in Google Sheets  

Google Apps Script used in this demo:

function onEdit(e) {
// Extract relevant data from the event object
var range = e.range;
var sheet = range.getSheet();

// Check if the edit is on the correct sheet and row
if (sheet.getName() === 'Sheet1' && range.getRow() === 2) {
if (range.getColumn() === 2) {
// Clear cells C2:D2 if column B (2) is edited
sheet.getRange('C2:D2').clearContent();
} else if (range.getColumn() === 3) {
// Clear cell D2 if column C (3) is edited
sheet.getRange('D2').clearContent();
}
}
}

For more videos and/or to subscribe, check out this link

   / @spreadsheetwise  

Chapters
00:33 - Apps Script
02:36 - Script Permissions
03:30 - Run Script using the Sheet
03:52 - Final Script

Social Channels
  / spreadsheetw  
  / spreadsheetwise  
  / spreadsheetwise  
https://www.pinterest.co.uk/Spreadshe...

#googleappsscript #appsscript #GoogleSheetsDropdownChips #Dropdown #dropdownmenu #dropdownlist #dependance #dependantdropdown #Spreadsheet #GoogleSheetsTipsAndTricks #GoogleSheetsHacks #googlesheets #googlesheetstutorial #Spreadsheetwise

Clear Cell Contents with Google Apps Script

Поделиться в:

Доступные форматы для скачивания:

Скачать видео mp4

  • Информация по загрузке:

Скачать аудио mp3

Похожие видео

How to use Chat GPT in Google Sheets

How to use Chat GPT in Google Sheets

Google Apps Script Search Sheet Get cell data with Google Sheets select column data or entire sheet

Google Apps Script Search Sheet Get cell data with Google Sheets select column data or entire sheet

Tambah Scrip Pada Form Google Sheet - Appscrip Google Sheet Spreadsheet

Tambah Scrip Pada Form Google Sheet - Appscrip Google Sheet Spreadsheet

How to Copy a Row to another Sheet with Google Apps Script

How to Copy a Row to another Sheet with Google Apps Script

Как применить кнопку для очистки определенных ячеек в Google Таблицах в 2024 году

Как применить кнопку для очистки определенных ячеек в Google Таблицах в 2024 году

Duplicate Google Sheets Tabs into other Spreadsheets with Apps Script

Duplicate Google Sheets Tabs into other Spreadsheets with Apps Script

Google Apps Script Function to Clear Data Ranges

Google Apps Script Function to Clear Data Ranges

Scan QR Codes In Phone And Save Data In Google Sheet || Google Apps Script

Scan QR Codes In Phone And Save Data In Google Sheet || Google Apps Script

Move A Row to Different Spreadsheet - Google Apps Script Tutorial

Move A Row to Different Spreadsheet - Google Apps Script Tutorial

Как использовать функцию onEdit(e) в Google Таблицах

Как использовать функцию onEdit(e) в Google Таблицах

CSV to Google Sheets: Automate Data Imports From a Folder with Apps Script!

CSV to Google Sheets: Automate Data Imports From a Folder with Apps Script!

Google Sheets - Apps Script Fill Down Formula (Set a Fromula & Copy Down AutoFill) Tutorial - Part 9

Google Sheets - Apps Script Fill Down Formula (Set a Fromula & Copy Down AutoFill) Tutorial - Part 9

Send Emails From Google Sheets Using Check Box | Apps Script Tutorial | Automating Emails

Send Emails From Google Sheets Using Check Box | Apps Script Tutorial | Automating Emails

Clear Contents, Clear Data and Delete cell Data in Google Sheets Apps Script in Hindi

Clear Contents, Clear Data and Delete cell Data in Google Sheets Apps Script in Hindi

Работаем в Excel по-новому или зачем нужна точка

Работаем в Excel по-новому или зачем нужна точка

Google Apps Script: Get Range in Sheets

Google Apps Script: Get Range in Sheets

Copy and Paste Range Values from one Google Sheet into another with Google Apps Script

Copy and Paste Range Values from one Google Sheet into another with Google Apps Script

Move Rows of Data in Google Sheets - Apps Script Tutorial

Move Rows of Data in Google Sheets - Apps Script Tutorial

Google Sheets Form for Data Entry - Apps Script

Google Sheets Form for Data Entry - Apps Script

Set Formula with Google Apps Script

Set Formula with Google Apps Script

© 2025 dtub. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]