Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=REPT("█", INT(B2*10)) & REPT(" ", 10 - INT(B2*10))Computed by a real spreadsheet engine on the sample data below.
| Progress | Percentage |
| Project A | 0.45 |
| Project B | 0.85 |
| Project C | 0.2 |
=REPT("█", INT(B2*10)) & REPT(" ", 10 - INT(B2*10))→████
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Yes, replace "█" and " " with any other characters you prefer.
Convert your data to a decimal format (e.g., 75% becomes 0.75) before using the formula.
Excel does not support colored text in cells via formulas, but Google Sheets allows conditional formatting to achieve this effect.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: