0
0
Google Sheetsspreadsheet~8 mins

Add-ons and extensions in Google Sheets - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Add-ons and extensions
Dashboard Goal

Help users understand how to use add-ons and extensions in Google Sheets to enhance their spreadsheet capabilities, automate tasks, and add new features.

Sample Data
TaskStatusDue DatePriorityNotes
Prepare reportIn Progress2024-06-10HighUse add-on for charts
Data cleanupNot Started2024-06-15MediumTry extension for duplicates
Send emailsCompleted2024-06-05LowAutomated with add-on
Budget reviewIn Progress2024-06-12HighUse extension for formatting
Team meetingScheduled2024-06-08MediumCalendar add-on linked
Dashboard Components
  • KPI Card: Count of tasks by status using =COUNTIF(B2:B6, "Completed") and similar formulas for other statuses.
  • Table: Task list showing all columns for overview.
  • Instruction Box: Text explaining how to install and use add-ons and extensions in Google Sheets.
  • Button (Simulated): Link to Google Workspace Marketplace for add-ons.
Dashboard Layout
+----------------------+----------------------+
|      KPI Cards       |   Instruction Box    |
|  (Task Status Count) |  (Add-ons Guide)     |
+----------------------+----------------------+
|                      Task List Table             |
|                                                  |
+--------------------------------------------------+
|               Button: "Get Add-ons"              |
+--------------------------------------------------+
Interactivity

Users can filter the task list by status using built-in Google Sheets filters. The KPI cards update automatically based on the filtered data. The instruction box and button remain static to guide users on add-ons usage.

Self Check

Add a filter to show only tasks with status "In Progress". Which components update?

  • The KPI cards update to show counts only for "In Progress" tasks.
  • The task list table shows only tasks with status "In Progress".
  • The instruction box and button remain unchanged.
Key Result
A dashboard showing task status counts and guidance on using Google Sheets add-ons and extensions.