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
COUNTAfunction on the task column within the Excel Table. - π Determine the number of completed tasks by using the
SUMfunction 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