Bird
Raised Fist0
Google Sheetsspreadsheet~10 mins

Notification rules in Google Sheets - Cell-by-Cell Formula Trace

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
Sample Data

This sheet tracks tasks with their status and due dates. Notification rules can alert when tasks are pending and due soon.

CellValue
A1Task
B1Status
C1Due Date
A2Submit report
B2Pending
C22024-06-10
A3Team meeting
B3Completed
C32024-06-05
A4Update website
B4Pending
C42024-06-12
Formula Trace
=AND(B2="Pending", C2-TODAY()<=3)
Step 1: B2="Pending"
Step 2: C2-TODAY()
Step 3: 4 <= 3
Step 4: AND(TRUE, FALSE)
Cell Reference Map
    A           B           C
1 | Task      | Status    | Due Date
2 | Submit report | Pending  | 2024-06-10

References:
- B2 for status check
- C2 for due date
- TODAY() is current date (2024-06-06)
The formula checks if the task in row 2 is pending (B2) and if the due date (C2) is within 3 days from today.
Result
    A           B           C           D
1 | Task      | Status    | Due Date  | Notify?
2 | Submit report | Pending  | 2024-06-10 | FALSE

Column D shows the notification rule result for row 2.
The formula result in D2 is FALSE, meaning no notification is triggered because the due date is more than 3 days away.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula check first?
AIf the task status is 'Pending'
BIf the due date is today
CIf the task is completed
DIf the due date is more than 3 days away
Key Result
AND(condition1, condition2) returns TRUE only if both conditions are TRUE.

Practice

(1/5)
1. What is the main purpose of notification rules in Google Sheets?
easy
A. To protect cells from editing
B. To automatically format cells based on values
C. To create charts from data
D. To send email alerts when changes happen in the sheet

Solution

  1. Step 1: Understand notification rules function

    Notification rules are designed to alert users by email when changes occur in a Google Sheet.
  2. Step 2: Compare options with this function

    Only To send email alerts when changes happen in the sheet describes sending email alerts on changes, matching the purpose of notification rules.
  3. Final Answer:

    To send email alerts when changes happen in the sheet -> Option D
  4. Quick Check:

    Notification rules = Email alerts on changes [OK]
Hint: Notification rules alert you by email on sheet changes [OK]
Common Mistakes:
  • Confusing notification rules with formatting or protection features
  • Thinking notification rules create charts
  • Assuming notification rules prevent editing
2. Where do you find the option to set notification rules in Google Sheets?
easy
A. Under the 'Format' menu
B. Under the 'Data' menu
C. Under the 'Tools' menu
D. Under the 'Insert' menu

Solution

  1. Step 1: Recall menu location for notification rules

    Notification rules are set up from the 'Tools' menu in Google Sheets.
  2. Step 2: Verify other menu options

    'Data', 'Format', and 'Insert' menus do not contain notification rules settings.
  3. Final Answer:

    Under the 'Tools' menu -> Option C
  4. Quick Check:

    Notification rules location = Tools menu [OK]
Hint: Find notification rules under Tools menu [OK]
Common Mistakes:
  • Looking under Data menu instead of Tools
  • Confusing with Format or Insert menus
  • Not checking the Tools menu at all
3. If you set a notification rule to email you 'right away' when any change is made, what happens?
medium
A. You get a daily summary email only
B. You get an email immediately after each change
C. You get no emails until you open the sheet
D. You get emails only when you manually refresh

Solution

  1. Step 1: Understand 'right away' notification setting

    This setting sends an email immediately after any change is made in the sheet.
  2. Step 2: Compare with other options

    Daily summary, no emails until you open the sheet, and emails only on manual refresh describe delayed or conditional emails, which do not match 'right away' behavior.
  3. Final Answer:

    You get an email immediately after each change -> Option B
  4. Quick Check:

    'Right away' = Immediate email alert [OK]
Hint: 'Right away' means immediate email after change [OK]
Common Mistakes:
  • Confusing 'right away' with daily summaries
  • Thinking emails require opening the sheet
  • Assuming manual refresh triggers emails
4. You set a notification rule but never receive emails. What is a likely reason?
medium
A. You did not save the notification rule after creating it
B. You set the notification to 'right away' but no changes were made
C. Your email address is not linked to the Google account
D. Notification rules only work on weekends

Solution

  1. Step 1: Check if notification rule was saved

    If you create a rule but do not save it, no emails will be sent.
  2. Step 2: Evaluate other options

    You set the notification to 'right away' but no changes were made is possible but less likely if changes were made; Your email address is not linked to the Google account is incorrect because email is linked to Google account; Notification rules only work on weekends is false as notifications work any day.
  3. Final Answer:

    You did not save the notification rule after creating it -> Option A
  4. Quick Check:

    Unsaved rule = No emails sent [OK]
Hint: Always save notification rules after setting them [OK]
Common Mistakes:
  • Assuming notifications work without saving
  • Believing notifications only work on weekends
  • Not checking if changes were made
5. You want to get notified only once a day about any changes in your shared Google Sheet. How do you set this up?
hard
A. Create a notification rule set to email 'daily digest' for all changes
B. Create a notification rule set to email 'right away' but only for your edits
C. Create a notification rule set to email 'right away' for all changes
D. Create a notification rule set to email 'weekly summary' for all changes

Solution

  1. Step 1: Identify notification frequency needed

    You want one email per day summarizing all changes, so 'daily digest' is the correct frequency.
  2. Step 2: Match option with this frequency

    Create a notification rule set to email 'daily digest' for all changes matches 'daily digest' for all changes; other options either notify immediately or less frequently.
  3. Final Answer:

    Create a notification rule set to email 'daily digest' for all changes -> Option A
  4. Quick Check:

    Daily digest = One email per day [OK]
Hint: Choose 'daily digest' to get one email per day [OK]
Common Mistakes:
  • Choosing 'right away' instead of daily digest
  • Selecting weekly summary when daily is needed
  • Limiting notifications to own edits only