Comments on: In-Cell Variance Charts ../../../../2008/07/in-cell-variance-charts/ XLCubed Blog Thu, 10 Jan 2019 09:13:02 +0000 hourly 1 https://wordpress.org/?v=5.3.21 By: Heatmap Tables with Excel – blog.xlcubed.com ../../../../2008/07/in-cell-variance-charts/#comment-94 Mon, 17 Sep 2012 14:21:05 +0000 http://blog.xlcubed.com/?p=312#comment-94 […] effective means to archive More Information Per Pixel. I already wrote about graphical tables here, here, and […]

]]>
By: Heatmap Tables with Excel | More Information per Pixel ../../../../2008/07/in-cell-variance-charts/#comment-93 Mon, 25 Aug 2008 12:15:43 +0000 http://blog.xlcubed.com/?p=312#comment-93 […] effective means to archive More Information Per Pixel. I already wrote about graphical tables here, here, and […]

]]>
By: Jon Peltier ../../../../2008/07/in-cell-variance-charts/#comment-92 Thu, 24 Jul 2008 13:24:49 +0000 http://blog.xlcubed.com/?p=312#comment-92 This is a well-balanced description of techniques for aligning information in cells. I’ve spent a lot of timme using approach 3, In-Cell Charts Aligning a regular Excel Chart in the Grid. It can work pretty well, but there are shortcomings.

One problem arises when the number of rows covered by the chart is variable. When you have an update, you need to rely on VBA code to realign the chart, and this is not always reliable. To counter this (and to apply some “interesting” formatting requested by the client, I developed some VBA code that read values from each row and built chart using a series of rectangles and other shapes. These were aligned appropriately with the grid more simply and reliably than a chart would have been. A saple of this is shown in In Cell Charting with Shapes.

I ran into additional issues with another client who insisted that his worksheets be viewed at a zoom that filled the entire width of the screen. This has all kinds of negative issues, especially with charts. (And on my widescreen laptop, it needed a zoom of around 150%, so I had minimal rows visible. But a client is a client.) So I built some additional graphs based on Excel shapes, as illustrated in In Cell Bar Charts.

You could therefore add a fourth approach, though it isn’t accessible without code, and that is “Graphs using Graphical Objects”. This is after all how we all started with graphing data in second grade, with paper and crayons and perhaps a straightedge.

]]>