Skip to main content

Build a Self-Updating Excel Checklist with Progress Bar (No VBA)

MyOnlineTrainingHubFebruary 10, 202612 min20,314 views
12 connections·19 entities in this video→

Creating the Excel Checklist Structure

  • 🎯 Set up headers for Task Status, Priority, and Due Date to organize your checklist.
  • πŸ“ Add example tasks and their corresponding due dates to populate the checklist.
  • βš™οΈ Convert the data range into an Excel Table by pressing Ctrl+T, which enables features like structured references and automatic formula copying.
  • βœ… Insert checkboxes into the status column; these have an underlying TRUE/FALSE value that can be used in formulas.

Automating Priority and Status

  • πŸ’‘ Use the IFS function to automatically assign priority based on due dates: tasks due within 7 days are 'High', within 14 days are 'Medium', and further out are 'Low'.
  • ⚠️ If a task's status checkbox is checked (TRUE), it is marked as 'Complete', overriding other priority assignments.
  • 🎨 Apply conditional formatting to visually distinguish priorities: red for High, yellow for Medium, and blue for Low.
  • ⬛ Completed tasks are formatted with a gray fill across the entire row using a formula that checks the status column.

Building the Progress Tracker

  • πŸ“Š Calculate the total number of tasks using the COUNTA function on the task column within the Excel Table.
  • πŸ“ˆ Determine the number of completed tasks by using the SUM function on the status column, coercing TRUE/FALSE values to 1/0 using double unary operators (--).
  • πŸ’― Calculate the percentage complete by dividing completed tasks by total tasks and format the result as a percentage.
  • πŸ“ˆ Visualize progress with a conditional formatting data bar on the percentage complete cell, configured with number types for minimum and maximum values.
  • πŸ–ΌοΈ Enhance the progress bar's appearance by adding a shape with no fill and a custom outline, and applying cell fill and font colors.

Enhancements and Scribe Integration

  • πŸ“Œ Add a title to the progress tracker, such as 'Product Launch Checklist', using merge and center for layout.
  • 🌟 Insert relevant icons and apply borders to visually separate task counts.
  • πŸš€ The checklist automatically updates priorities and grays out completed tasks, ensuring accuracy without manual intervention.
  • ✍️ Scribe is introduced as a tool to automatically document the process of creating and using the checklist, generating step-by-step guides with screenshots, saving significant time compared to manual documentation.
Knowledge graph19 entities Β· 12 connections

How they connect

An interactive map of every person, idea, and reference from this conversation. Hover to trace connections, click to explore.

Hover Β· drag to explore
19 entities
Chapters6 moments

Key Moments

Transcript47 segments

Full Transcript

Topics11 themes

What’s Discussed

Excel TablesConditional FormattingIFS FunctionCheckboxesProgress BarData VisualizationExcel FormulasStructured ReferencesScribeWorkflow AutomationProcess Documentation
Smart Objects19 Β· 12 links
ProductsΒ· 6
MediasΒ· 3
ConceptsΒ· 9
CompanyΒ· 1