Use Google Sheets AI to Track CCE Hours for Credential Renewal
For Executive Coachs ·
What This Does
ICF renewal runs on documented continuing coach education hours, split across categories like core competencies and resource development, and a coach who tracks that on scraps of paper hits renewal season scrambling to reconstruct a year or three of training. Gemini in Sheets writes the formulas that total your hours by category and flag when you're close to a threshold, so the sheet does the arithmetic instead of you.
Before You Start
- A Google account with Sheets access
- A spreadsheet where each row is one training, mentor coaching, or CE activity, with columns for date, category, and hours
- Gemini available in Sheets. Look for an "Ask Gemini" option near the top right of the spreadsheet. Full formula generation and error fixing are typically part of a paid Google AI plan rather than a free personal account, so check your account's AI features page if you don't see it
Steps
1. Set up your log with clean columns
Before asking for any formula, make sure your data is structured: one row per activity, with a date column, a category column (matching ICF's renewal categories), and an hours column. Formulas can only total what's consistently entered.
2. Open the Gemini panel and describe the formula you need
Click "Ask Gemini" (or the equivalent AI panel Google has been rolling out through 2026) and describe what you want in plain language: a formula that sums the hours column for each category and shows the running total next to a fixed threshold for that category.
3. Let it write the formula, then check it against a category you already know
Gemini inserts a real formula, usually something like a SUMIF grouped by category, into the cell you selected. Before trusting it going forward, manually add up one category's hours yourself and compare the totals. This catches the two most common errors: a mismatched category label or an averaged rather than summed column.
4. Add a flag for categories nearing their limit
Ask Gemini to extend the formula (or add conditional formatting) so a cell turns a warning color once you're within a small number of hours of a category's renewal requirement. Confirm the actual current hour thresholds on ICF's own credential renewal page before you hardcode them into the sheet, since ICF has changed renewal requirements between cycles in the past.
5. Update the log as you go, not at renewal time
Add a row right after each training session or mentor coaching call while the details are fresh: date, category, hours, and a one-line description. The formula recalculates automatically, so the running total is always current.
Real Example
Scenario: You're an ACC-credentialed coach two years into a three-year renewal cycle and have logged fourteen separate training and mentor coaching entries across three categories.
What you type into Ask Gemini: "Write a formula that sums column C (hours) for each unique category in column B, and shows a warning if any category is within 3 hours of its renewal requirement."
What you get: A small summary table that updates automatically as you add rows, so you can see at a glance which category needs attention before your renewal deadline.
Tips
- Keep a separate tab for the raw log and a second tab that just shows the category totals. It's easier to spot a data-entry mistake when the running totals live somewhere clean.
- Export a PDF copy of your log a few weeks before renewal in case ICF's submission process asks for supporting documentation, not just a self-reported total.
- If a formula throws an error, use Gemini's error explanation feature rather than deleting and starting over. It's often a one-character fix, like a category label that doesn't match exactly.
Tool interfaces change. If a button has moved, look for similar AI or Gemini options near the top of the spreadsheet.