Bird
Raised Fist0
Google Sheetsspreadsheet~8 mins

Comments and suggestions in Google Sheets - Dashboard Guide

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Dashboard Mode - Comments and suggestions
Goal

Help a team track feedback on project tasks by adding comments and suggestions directly in the spreadsheet. This dashboard shows tasks, their status, and any comments or suggestions from team members.

Sample Data
Task IDTask NameStatusAssigned ToComments
1Design HomepageIn ProgressAliceConsider using a lighter color scheme.
2Setup DatabaseCompletedBobOptimized queries for speed.
3Write ContentNot StartedCharlie
4Test FeaturesIn ProgressDanaFound some bugs in login flow.
5Deploy SiteNot StartedEli
Dashboard Components
  • KPI Card: Total Tasks
    Formula: =COUNTA(A2:A6)
    Shows total number of tasks.
  • KPI Card: Completed Tasks
    Formula: =COUNTIF(C2:C6, "Completed")
    Counts tasks marked as Completed.
  • Table: Task List with Comments
    Shows all tasks with their status and comments for easy review.
  • Filter: Status Filter
    Uses Data Validation dropdown on cell G1 with options: All, Not Started, In Progress, Completed.
    Formula to show filtered tasks:
    =FILTER(A2:E6, (G1="All")+(C2:C6=G1))
Dashboard Layout
+----------------------+----------------------+
| Total Tasks (KPI)    | Completed Tasks (KPI) |
+----------------------+----------------------+
| Status Filter [G1]                         |
+-------------------------------------------+
| Task List with Comments (Filtered Table)  |
|                                           |
|                                           |
+-------------------------------------------+
Interactivity

The Status Filter dropdown lets users select a task status or 'All'. When a status is selected, the Task List table updates to show only tasks with that status. The KPI cards always show totals for all tasks, regardless of filter.

Self Check

If you select "In Progress" in the Status Filter, which tasks appear in the Task List? What is the count of Completed Tasks KPI?

Key Result
Dashboard to track project tasks with comments and filter by status in Google Sheets.

Practice

(1/5)
1. What is the main purpose of adding comments in Google Sheets?
easy
A. To change the value of a cell automatically
B. To explain or ask questions about specific cells without changing data
C. To format cells with colors and fonts
D. To create formulas that calculate data

Solution

  1. Step 1: Understand the role of comments

    Comments are used to communicate information or questions about a cell without altering its content.
  2. Step 2: Differentiate comments from other features

    Formatting and formulas change appearance or data, but comments only add notes visible on hover or in a sidebar.
  3. Final Answer:

    To explain or ask questions about specific cells without changing data -> Option B
  4. Quick Check:

    Comments = Explain or ask questions [OK]
Hint: Comments explain cells without changing data [OK]
Common Mistakes:
  • Thinking comments change cell values
  • Confusing comments with formatting
  • Using comments to write formulas
2. Which of the following is the correct way to add a comment to a cell in Google Sheets?
easy
A. Use the formula =COMMENT() in the cell
B. Right-click the cell and select 'Insert note'
C. Double-click the cell and type the comment
D. Right-click the cell and select 'Comment'

Solution

  1. Step 1: Identify how to add comments

    In Google Sheets, comments are added by right-clicking a cell and choosing 'Comment'.
  2. Step 2: Differentiate comments from notes and formulas

    'Insert note' adds a note, not a comment. Double-click edits cell content. =COMMENT() is not a valid formula.
  3. Final Answer:

    Right-click the cell and select 'Comment' -> Option D
  4. Quick Check:

    Add comment = Right-click + Comment [OK]
Hint: Right-click cell, choose 'Comment' to add comments [OK]
Common Mistakes:
  • Choosing 'Insert note' instead of 'Comment'
  • Trying to type comment directly in cell
  • Using a formula to add comments
3. You see a small orange triangle in the top-right corner of a cell in Google Sheets. What does this indicate?
medium
A. The cell has a formula error
B. The cell contains a comment
C. The cell contains a note
D. The cell is locked for editing

Solution

  1. Step 1: Recognize cell indicators

    A small orange triangle in the corner of a cell means there is a note attached to that cell.
  2. Step 2: Differentiate notes from comments and errors

    Comments show a speech bubble icon, formula errors show error messages, and locked cells have a lock icon.
  3. Final Answer:

    The cell contains a note -> Option C
  4. Quick Check:

    Orange triangle = Note [OK]
Hint: Orange triangle means note, not comment [OK]
Common Mistakes:
  • Confusing notes with comments
  • Thinking orange triangle means error
  • Assuming cell is locked
4. A user tries to add a comment but accidentally selects 'Insert note'. What is the main difference they will notice?
medium
A. Notes appear as small orange triangles and show on hover; comments open a sidebar and allow replies
B. Notes change the cell value; comments do not
C. Notes are visible to everyone immediately; comments are private
D. Notes can only be added to text cells; comments only to number cells

Solution

  1. Step 1: Understand notes vs comments behavior

    Notes show as small orange triangles and appear when hovering over the cell. Comments open a sidebar and support conversations.
  2. Step 2: Identify incorrect options

    Notes do not change cell values, both are visible to collaborators, and both can be added to any cell type.
  3. Final Answer:

    Notes appear as small orange triangles and show on hover; comments open a sidebar and allow replies -> Option A
  4. Quick Check:

    Notes = orange triangle + hover; Comments = sidebar + replies [OK]
Hint: Notes show on hover; comments open sidebar for discussion [OK]
Common Mistakes:
  • Thinking notes change cell values
  • Believing comments are private
  • Assuming notes only work on text cells
5. You want to suggest a change in a shared Google Sheet without altering the data. Which feature should you use and why?
hard
A. Add a comment to explain your suggestion, so others can reply and discuss
B. Insert a note with your suggestion, so it appears on hover
C. Directly edit the cell to show the new value
D. Use conditional formatting to highlight the suggested change

Solution

  1. Step 1: Identify the best way to suggest changes without editing data

    Comments allow you to add suggestions and start discussions without changing the cell content.
  2. Step 2: Compare with other options

    Notes are for quick reminders and less interactive. Editing changes data. Conditional formatting only changes appearance, not suggestions.
  3. Final Answer:

    Add a comment to explain your suggestion, so others can reply and discuss -> Option A
  4. Quick Check:

    Suggest changes = Use comments for discussion [OK]
Hint: Use comments to suggest without changing data [OK]
Common Mistakes:
  • Editing cells directly instead of commenting
  • Using notes which lack discussion features
  • Relying on formatting to suggest changes