Is there a way to expand my chart to include all yearly quarters. Currently, in my chart I can only display Qtr1-Qtr4.
Ultimately I would like to have a chart that displays the number of tasks to be completed for each quarter.
Additionally, I would like for the chart to display the quarters sequentially. (ex. Q1-2010, Q2-2010, Q3-2010 instead of Q1-2010, Q1-2011, Q2-2010, Q2-2011)
Also, if I can only show 4 quarters at a time, how can I ensure that IF the quarters span into the next year that it is also included in the chart. (ex. Q4-2010 to Q-3 2011)
Test data attached.
Thanks in advance.
Last edited by Raisedwell; 03-05-2010 at 04:22 PM.
Easiest way to do this is to add another column that calculates the quarter and include that in the pivot data. See attached.
Making the world a better place one fret at a time
||||||
If someone helped you, please click on the star icon at the bottom of their post
If your problem is solved, please update the first post:
EDIT, Go Advanced button, set Prefix to SOLVED
[code]
' Enclose code in tags like this
[/code]
Don't attach a screenshot--just attach your Excel file! It's easier and will let us experiment with your data, formulas, and code.
You need to group the dates by year as well as by quarter.
Last edited by Huron; 03-05-2010 at 12:52 PM.
Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
Hope that helps.
RoyUK
--------
If you are pleased with a member's answer then use the Star icon to rate it, if you are pleased enough to part with cash consider a donation to Children in Need
For Excel Tips & Solutions, free examples and tutorials why not check out my downloads
New members please read & follow the Forum Rules
Remember to mark your questions Solved and rate the answer(s)
Making the world a better place one fret at a time
||||||
If someone helped you, please click on the star icon at the bottom of their post
If your problem is solved, please update the first post:
EDIT, Go Advanced button, set Prefix to SOLVED
[code]
' Enclose code in tags like this
[/code]
Don't attach a screenshot--just attach your Excel file! It's easier and will let us experiment with your data, formulas, and code.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks