Use Google Sheets' AI to Track Caregiver Compliance Deadlines

Tool:Google Sheets
AI Feature:Gemini in Sheets
Time:15 minutes
Difficulty:Beginner

What This Does

Builds a compliance dashboard that automatically flags which caregivers have expiring TB tests, certifications, background checks, or orientation dates — so you're never caught with an out-of-compliance caregiver on an active case.

Before You Start

  • You have a Google account
  • You have your caregiver compliance dates available (TB tests, cert expirations, background check dates)
  • You're logged into Google Sheets at sheets.google.com

Steps

1. Set Up Your Caregiver Compliance Spreadsheet

Create a new Google Sheet. Add these headers in row 1: Caregiver Name (A), TB Test Date (B), TB Expiry (C), CNA/HHA Cert Expiry (D), Background Check Date (E), Status (F).

What you should see: Six labeled columns across the top row.

2. Enter Your Caregiver Data

Fill in each caregiver's information in the rows below. For TB tests: most are valid for 1 year. For certifications: depends on state (usually 2 years). For background checks: typically required every 2 years.

3. Use Gemini to Create an Expiry Formula for TB Tests

Click on cell C2. Open the Gemini sidebar (Extensions → Gemini or the sparkle icon). Type:

Prompt

"Write a formula for C2 that adds 365 days to the date in B2, so I can see when the TB test expires."

Insert the formula. Copy it down column C for all caregivers.

What you should see: Column C auto-calculates the TB expiry date from the TB test date.

4. Create the Overall Status Formula

Click on cell F2. Ask Gemini:

Prompt

"Write a formula for F2 that checks columns C and D. If any date is more than 0 days in the past, show EXPIRED. If any date is within 30 days from today, show EXPIRES SOON. Otherwise show COMPLIANT."

What you should see: An overall compliance status for each caregiver.

5. Add Color-Coding

Select column F → Format → Conditional formatting:

  • "EXPIRED" → red background
  • "EXPIRES SOON" → yellow background
  • "COMPLIANT" → green background

6. Create a "Need Action" Filter View

Data → Create a filter → Filter column F to show only EXPIRED and EXPIRES SOON.

Every morning, check this view first. You'll see only caregivers who need attention.

Real Example

Scenario: It's Monday morning. You filter the compliance tracker and see: 2 caregivers with TB tests expiring this month, 1 with an expired CNA certification.

What you do: Call or text those 3 caregivers before assigning them any new shifts. Put a temporary note in your scheduling software that they're "pending compliance."

What you get: Zero compliance surprises. No caregivers in the field without valid credentials.

Tips

  • Keep this spreadsheet open alongside your scheduling platform — compliance check takes 30 seconds per morning
  • Ask Gemini to add a "Days Until Next Expiry" column that shows the soonest upcoming deadline per caregiver: "What's the minimum value across columns C and D compared to today?"
  • Share view access (not edit) with your clinical director so they can monitor compliance status without needing to ask you

Tool interfaces change — if a button has moved, look for similar AI/magic/smart options in the same menu area.