You can do this with just Excel.
Numbers alone are a waste 📊
@あっこ|ワーママのExcel•PC仕事術👈 other Excel work techniques here
This time, we will introduce how to make a bar graph inside a cell!
Questionnaire results and sales tables,
When only numbers are lined up
Isn't it a little hard to see?
Actually this,
You can easily create easy-to-read graphs ✨
How to 👇
① Enter the REPT function
② Enter "|" surrounded by ""
③ Enter a comma and select a numeric cell
④ Press Enter
⑤ Double click the bottom right of the cell
⑥ Change the font to Stencil!
Just this.
A bar chart is displayed according to the number 🙌
When you change the number, the graph ✨
Since the color only changes the color of the font,
It is also recommended for making materials 😊
Please try using it!
─ ─ ─ ─ ─ ─ ─
Akko | Wormama's Excel Work Techniques
\ "I'm not good at it" to "I can do it a little" /
Make that work easier!
* 1 minute a day and efficiency UP 🔰✨
* Go home 30 minutes early for family time ✨
Look from here 👇
─ ─ ─ ─ ─ ─ ─
# excel # excel _ beginner # graph # work efficiency # wahmama
私がよく使うのは「アンケート結果(例:通勤手段は?電車・徒歩・自転車・車・その他)」や、月別売上みたいに“数値が横並び”の表。グラフを別で挿入するほどでもないけど、ぱっと比較したい…という場面で、セル内棒グラフがかなり効きます。 基本はREPT関数(=REPT("|",回数))で棒を増やすだけですが、実務だと「数値が大きすぎて棒が長くなりすぎる」問題が出やすいです。そんなときは“倍率(スケール)”を決めるのがおすすめ。 例)回答数が0〜200くらいなら、 =REPT("|",ROUND(D5/5,0)) のように5で割って調整すると、横幅が暴れません。売上表でも同じ考え方で、桁が大きいときは/1000や/10000で見た目を整えると見やすいです。 もう1つ、低クリックになりがちなポイントが「0や空白の扱い」。空白のセルで棒が出ると紛らわしいので、私はIFでガードしています。 例)=IF(D5="","",REPT("|",D5)) 0のときは空表示にしたいなら、 =IF(D5<=0,"",REPT("|",D5)) にするとスッキリ。 見栄え面では、投稿でも触れている通りフォントを「Stencil」にすると棒が揃って“グラフっぽく”なります。あわせて、列幅を少し広げる/中央揃えにする/フォント色を項目ごとに変える(電車は青、徒歩は緑など)だけで資料感が一気に上がりました。 最後に、業務効率化の観点でおすすめの使い方。表の右側に「棒グラフ列」を1列だけ追加しておくと、会議中に数値を更新しても棒が自動更新されるので、説明がラクになります。Excelだけで完結する“便利ツール級”の小技なので、まずは小さな表から試してみてください。












































































