+ Reply to Thread
Results 1 to 3 of 3

Expanding my list for the chart....

  1. #1
    Registered User
    Join Date
    07-09-2010
    Location
    Sheffield
    MS-Off Ver
    Excel 2003
    Posts
    10

    Expanding my list for the chart....

    Hi,

    recently you have helped me with a particular spreadsheet (atatched). B1 only goes from Q1.1 to Q1.6. If I want to expand that how do I do it? I want to start to expand it to go to 2.1,2.2 etc. I can't seem to find where that list is configured.

    Could someone please let me know?

    Thank you.

    Mark
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Expanding my list for the chart....

    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

  3. #3
    Registered User
    Join Date
    07-09-2010
    Location
    Sheffield
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: Expanding my list for the chart....

    Quote Originally Posted by teylyn View Post
    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
    Thank you, that is great. I already knew about the colour and pie chart etc. That will all be tweaked once before I complete it.

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1