“Over Specifying” an Excel Range Selection…

Whilst attempting to wrestle some data into submission and line ’em up like good little datum on an Excel chart, I ran into an issue attempting to utilise a dynamically defined range of data as the chart’s data source.

I had followed the sages’ advice found over the Internet, first finding out you cannot use an INDIRECT() function directly while specifying chart series source data, then attempting to replicate the advice on using named ranges (as an additional level of indirection).

Unfortunately, try as I might, I still kept getting the dreaded “Excel found  a problem with one or more formula references in this worksheet” error, for which the description and suggestion was to “Check that the cell references, range names, defined names, and links to other workbooks in your formulas are all correct.”, whenever I tried to save or even tab away/take focus away from the data input field:

If you are sharp-eyed and am an Excel expert, laugh at my folly and move on… If you are still clueless on what the cause is, please do continue reading…

Continue reading