Excel Dashboard Progress Bars with REPT – Tutorial

Want a lightweight way to show progress inside an Excel Dashboard without charts? This text-based technique uses the REPT function to build compact bars that fit neatly in tables, KPI cards, and printable reports—fast to set up, easy to copy, and clear at a glance.

What you’ll build

A 10-segment progress bar made from characters. It scales with any percentage, works in narrow columns, and stays readable across themes.

The formula

=REPT("●", ROUND(L11*10, 0)) & REPT("○", 10 - ROUND(L11*10, 0))
  • Filled dots represent completed work.
  • Empty dots show what remains.

How it works

Part 1 — completed

L11 contains a decimal such as 0.75. Multiply by ten, round to a whole number, then repeat that many times.

Part 2 — remaining

Subtract the rounded count from ten and repeat for the remainder. Join both parts for a clean bar.

Result

●●●●●●●●○○ reads as 80% complete. Perfect for status lists, sprint boards, or OKR summaries.

Where Excel Dashboard progress bars shine

Customize the look

  • Swap characters: █ ░, ▓ ░, ✅ ❌, or 🔵 ⚪️.
  • Change the scale: replace 10 with 20 for finer steps.
  • Control globally: store the scale in a fixed cell (e.g., $B$1).

Why not a chart?

  • Lives inside the cell—no axes, legends, or resizing hassles.
  • Print-friendly and theme-agnostic.
  • Works in Google Sheets, too.

Keep learning

Explore more tutorials on the Other Levels YouTube Channel and level up your dashboards with practical, time-saving techniques.

Latest Stories

View all

Excel Tips and Tricks That Boost Your SEO and Google Performance

Learn how to turn your Excel dashboards into fast, focused and visually clear reports that users love to explore. From structured tables and conditional formatting to animated presentations and infographics, these tips help you improve engagement, internal linking and overall SEO performance.

 

Read more about Excel Tips and Tricks That Boost Your SEO and Google Performance

Creative PowerPoint & Excel Templates

Explore 12 creative PowerPoint and Excel templates from Other Levels designed to enhance your presentations and dashboards with ready-to-edit visuals.

Read more about Creative PowerPoint & Excel Templates

Use Microsoft Excel on Mobile Devices Efficiently

Take your spreadsheets on the go! With Excel Mobile, manage data, edit reports, collaborate in real time, and update dashboards, right from your phone or tablet. Perfect for remote work, travel productivity, and cloud-powered business tasks.

Read more about Use Microsoft Excel on Mobile Devices Efficiently