Sample Data
A simple score table with names and scores.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Score |
| A2 | Alice |
| B2 | 85 |
| A3 | Bob |
| B3 | 90 |
| A4 | Charlie |
| B4 | 78 |
A simple score table with names and scores.
| Cell | Value |
|---|---|
| A1 | Name |
| B1 | Score |
| A2 | Alice |
| B2 | 85 |
| A3 | Bob |
| B3 | 90 |
| A4 | Charlie |
| B4 | 78 |
onEdit(e) and onOpen() are Google Sheets triggers that run scripts automatically when you edit a cell or open the spreadsheet.A B C 1 Name Score 2 Alice 88 Updated! 3 Bob 90 4 Charlie 78 Menu: 'My Menu' appears in toolbar