Often, we need to input special symbols like €£¥©½» in to our Excel sheets. Now, how do we do that?

Simple, you can use Insert > Symbol to add several different kinds of symbols.
See this animation to understand how you can add symbols to an excel cell. (the file is kind of big, so give it a few seconds to load)

5 Bonus tips on using Symbols:
- You can just double click on the character to insert it. No need to press Insert button.
- You can quickly open insert symbol dialog by pressing ALT+I and then S. (related: 97 keyboard shortcuts to boost your excel mojo)
- You can use the symbols in formulas too. For eg. you can show ? or ? or ? based on change of one value wrt to another. Like this:
- =if(A1>A2, “↑”, if(A1<A2,”↓”,”↔”)) (related: in-cell charts)
- Quickly access symbols to specific to currency, arrows or greek chars (if you are in to that sort of thing) by using the drop-down at top-right (see above demo).
- Change the font to Wingdings / Webdings to see some useful and fun characters. You can spice dashboards or reports with these.

















11 Responses to “MLB Pitching Stats Dashboard in Excel+VBA by our VBA Class Student”
Hey Dan,
Thanks a lot... this is too good 🙂
Awesome stuff Dan! very impressed..
Thanks guys.
Some nice ideas in there, thanks for sharing. I noticed the list with teams has a missing value though ('Arizona Diamondbacks'). Also when manipulating Pivot Tables with VBA you should be really careful not to try to select a value that isn't in the Pivot Table, if you do all hell breaks loose 🙂 That's not the case here but just some advise as I learned the hard way...
Ah.....ya caught me.
dnrTeamName drives both the charts and the drop down list. It refers to:
=OFFSET(PvtTeams!$A$6,0,0,COUNTA(PvtTeams!$A$6:$A$40),1)
If you change A6 to A5, it fixes that little issue.
A better question though, who actually cares about the Arizona Diamondbacks?
🙂
Excellent post. Thanks
Great job, Dan! Thanks a million!
[...] MLB Pitching Statistics Dashboard [...]
Gr8 work Dan
Hi,
I downloaded file, but looks like everything is in xml. Was there suppose to be excel file as well?
Thanks!
I'm late to the party, but seeing this file in action and studying the underlying data in this Excel file has been AWESOME. I have TONS of new ideas to implement in my work files now. THANK YOU Dan and Chandoo!