Create a custom menu with 2 functions
function onOpen() {
var ui = SpreadsheetApp.getUi()
ui.createMenu('Custom Menu')
.addItem('First item', 'menuItem1')
.addItem('Second item', 'menuItem2')
.addToUi()
}
function onOpen() {
var ui = SpreadsheetApp.getUi()
ui.createMenu('Custom Menu')
.addItem('First item', 'menuItem1')
.addItem('Second item', 'menuItem2')
.addToUi()
}
Better Sheets
Something for everyone to Learn Google Sheets. Includes Google Sheets for Beginners and Advanced Google Sheets Tutorials alike.
Google Sheets Help
Google Sheets Courses
Google Sheet Templates and Tools