I've recently asked a question about dynamic ranges, and all the answers were based on named ranges. If I look further on SO, I find other answers to similar questions which also use named ranges.
The problem with named ranges is their creation/maintenance can't be automated (e.g. if I want 20 charts I need to manually create named ranges for those 20 charts).
I was hoping to create dynamic charts based on formulas only (which would be defined in the chart SERIES and edited manually very quickly (much more quickly than having to create named ranges), thus charts could be added/removed without having to maintain any named ranges.
Is there a way to create dynamic charts using formulas only (i.e. without named ranges and VBA scripts)?