Progress Bars

24 Free Aesthetic Notion Progress Bar Formula Templates & Designs

Copy and paste these beautiful Notion formulas to enhance the functionality and productivity of your workspace!

See Examples
24 Free Aesthetic Notion Progress Bar Formula Templates & Designs24 best Free Aesthetic Notion Progress Bar Formula Templates & Designs

1. Black Square Progress Bar

■■■■□□□□□□ 40%

free notion progress bar formula templates black square symbols

Click the button to copy:

    
"■".repeat(floor(prop("Current") / prop("Total") * 10)) + "□".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

2. Boxed Progress Bar

▣▣▣▣▤▤▤▤▤▤ 40%

free notion progress bar formula templates boxed symbols

Click the button to copy:

    
"▣".repeat(floor(prop("Current") / prop("Total") * 10)) + "▤".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

3. Vertical Progress Bar

▮▮▮▮▯▯▯▯▯▯ 40%

free notion progress bar formula templates slice bars

Click the button to copy:

    
"▮".repeat(floor(prop("Current") / prop("Total") * 10)) + "▯".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

4. Loading Progress Bar

▓▓▓▓░░░░░░ 40%
free notion progress bar formula templates loading life progress

Click the button to copy:

    
"▓".repeat(floor(prop("Current") / prop("Total") * 10)) + "░".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

5. Black Loading Progress Bar

████░░░░░░ 40%
free notion progress bar formula templates loading life progress black color

Click the button to copy:

    
"█".repeat(floor(prop("Current") / prop("Total") * 10)) + "░".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

6. Chess Progress Bar

♟♟♟♟♖♖♖♖♖♖ 40%

free notion progress bar formula templates chess pieces

Click the button to copy:

    
"♟".repeat(floor(prop("Current") / prop("Total") * 10)) + "♖".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

7. Checkmarks Progress Bar

✓✓✓✓□□□□□□ 40%

free notion progress bar formula templates check marks boxes

Click the button to copy:

    
"✓".repeat(floor(prop("Current") / prop("Total") * 10)) + "□".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

8. Triangle Progress Bar

▲▲▲▲△△△△△△ 40%

free notion progress bar formula templates triangle symbol

Click the button to copy:

    
"▲".repeat(floor(prop("Current") / prop("Total") * 10)) + "△".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

9. Star Progress Bar

★★★★☆☆☆☆☆☆ 40%

free notion progress bar formula templates stars

Click the button to copy:

    
"★".repeat(floor(prop("Current") / prop("Total") * 10)) + "☆".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

10. Star Dots Progress Bar

★★★★•••••• 40%

free notion progress bar formula templates star dots

Click the button to copy:

    
"★".repeat(floor(prop("Current") / prop("Total") * 10)) + "•".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

11. Circle Progress Bar

⬤⬤⬤⬤〇〇〇〇〇〇 40%

free notion progress bar formula templates circles

Click the button to copy:

    
"⬤".repeat(floor(prop("Current") / prop("Total") * 10)) + "〇".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

12. Heart Progress Bar

♥♥♥♥♡♡♡♡♡♡ 40%

free notion progress bar formula templates heart symbol

Click the button to copy:

    
"🖤".repeat(floor(prop("Current") / prop("Total") * 10)) + "♡".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

13. Diamond Progress Bar

◆◆◆◆◇◇◇◇◇◇ 40%

free notion progress bar formula templates diamond

Click the button to copy:

    
"◆".repeat(floor(prop("Current") / prop("Total") * 10)) + "◇".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

14. Half Moon Progress Bar

◐◐◐◐◯◯◯◯◯◯ 40%

free notion progress bar formula templates half moon

Click the button to copy:

    
"◐".repeat(floor(prop("Current") / prop("Total") * 10)) + "◯".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

15. Hexagon Progress Bar

⬢⬢⬢⬢⬡⬡⬡⬡⬡⬡ 40%

free notion progress bar formula templates hexagon

Click the button to copy:

    
"⬢".repeat(floor(prop("Current") / prop("Total") * 10)) + "⬡".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

16. Cresent Progress Bar

☾☾☾☾☽☽☽☽☽☽ 40%

free notion progress bar formula templates cresent moon

Click the button to copy:

    
"☾".repeat(floor(prop("Current") / prop("Total") * 10)) + "☽".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

17. Minimalist Slashes Progress Bar

////------ 40%

free notion progress bar formula templates minimalist slashes

Click the button to copy:

    
"/".repeat(floor(prop("Current") / prop("Total") * 10)) + "-".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

18. Circle Slider Style

————●—————— 40%
free notion progress bar formula templates circle slider knob

Click the button to copy:

    
"—".repeat(floor(10 * prop("Current") / prop("Total"))) + "●" + "—".repeat(10 - floor(10 * prop("Current") / prop("Total"))) + " " + format(floor(100 * prop("Current") / prop("Total"))) + "%"

    

19. Floating Slider Style

▁▁▁▁▅▁▁▁▁▁ 40%
free notion progress bar formula templates floating slider

Click the button to copy:

    
"▁".repeat(floor(10 * prop("Current") / prop("Total"))) + "▅" + "▁".repeat(10 - floor(10 * prop("Current") / prop("Total"))) + " " + format(floor(100 * prop("Current") / prop("Total"))) + "%"

    

20. Chopped Bar (No Tails)

▌▌▌▌ 40%
free notion progress bar formula templates chopped bars

Click the button to copy:

    
"▌".repeat(floor(10 * prop("Current") / prop("Total"))) + format(floor(100 * prop("Current") / prop("Total"))) + "%"

    

21. Animal Kingdom (No Tails)

𓅃𓅃𓅃𓅃 40%
free notion progress bar formula templates animals

Click the button to copy:

    
"𓅃".repeat(floor(10 * prop("Current") / prop("Total"))) + " " + format(floor(100 * prop("Current") / prop("Total"))) + "%"

    

22. Battery Progress Bar

🔋🔋🔋🔋🔌🔌🔌🔌🔌🔌 40%

free notion progress bar formula templates battery charge

Click the button to copy:

    
"🔋".repeat(floor(prop("Current") / prop("Total") * 10)) + "🔌".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

23. Fire Progress Bar

🔥🔥🔥🔥⬜⬜⬜⬜⬜⬜ 40%

free notion progress bar formula templates fire emoji

Click the button to copy:

    
"🔥".repeat(floor(prop("Current") / prop("Total") * 10)) + "⬜".repeat(10 - floor(prop("Current") / prop("Total") * 10)) + " " + format(floor(prop("Current") / prop("Total") * 100)) + "%"

    

24. Checked Emoji (No Tails)

✅ ✅ ✅ ✅ 40%

free notion progress bar formula templates fire emoji

Click the button to copy:

    
"✅ ".repeat(floor(10 * prop("Current") / prop("Total"))) + " " + format(floor(100 * prop("Current") / prop("Total"))) + "%"