This content is a tutorial and overview, aimed at teaching users how to quickly recreate professional-looking bar charts in Excel—like those seen in McKinsey reports—using simple functions and formatting, plus an introduction to an advanced Excel charting course.
=REPT(symbol, number)
repeats a chosen symbol (often an emoji or Unicode character) as a bar.Ctrl+1
.=REPT("█", [NumberOfVotes]) & " ● " & [NumberOfVotes]
"█"
and "●"
with any symbol/emoji as desired.[NumberOfVotes]
is the count/data for each category.With some creative use of Excel’s built-in functions (like REPT), you can build visually compelling, dynamic, and customizable charts directly in the spreadsheet—perfect for rapid professional reporting.