
Originally Posted by
teylyn
Hello Mark,
first, you need to extend the data validation in B1. It currently only offers
=$G$1:$L$1
as the data range. Extend it to
=$G$1:$N$1
Then, adjust your formulas in B2 to B7. Starting in B2
=INDEX(G2:N2,1,MATCH($B$1,$G$1:$N$1,0))
and copy down.
Every time you add a new column of Q.something, you'll need to update the formulas.
Alternatively, you could define dynamic range names that will grow with your data and reference the range names in your formulas.
May I suggest that you consider a different chart type? For one, pie charts should not really be used for more than two or three data points, because the human eye can not compare wedge sizes very well, and, secondly, the color for Excellent and NA are the same, so it's really hard to tell which is which.
cheers
Bookmarks