A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Microsoft Excel Histograms, the native ones, are different from regular column charts. They are newer and use a new charting system which may ultimately make charting much easier and more flexible, but so far they have not been developed enough to realize their promise.
If you built a regular old column chart to serve as a histogram, you could add more data points to the chart, as XY Scatter series, and use these added points as anchors for error bars that would illustrate the mean, standard deviations, and other features of the distribution. But you can't add data series to one of the newfangled histograms.
I wrote a tutorial called Histogram With Normal Curve Overlay, where I showed how to add an XY Scatter series for a bell curve that overlaid a histogram made using an area chart (that's right). Maybe you could use a similar approach to add points for mean, ±SD, etc.