I am not even sure how to pose the question but here goes.
I need a chart that shows 3 columns
1 - Tasks completed in current year (labeled completed)
2 - Tasks to be completed in current year (labeled 2012 Completion)
3 - Tasks to be completed in the next year (labeled 2013 Completion)
The data is
Early End Date (4 digit year of expected end date)
Status_Code = tk-Completed, tk-Not Started or tk-Active
My intent was to have the column marked
completed match to tk-completed
2012 completion match to tk-active
2013 compeltion match to tk-notStarted.
I have tried this a couple of way.
1. I made groups yearend and status code so the data groups correctly.
This charts but puts the order of the bars as 2013-completion, 2012-completion and completed. I need it the exact opposite.
2. I created a formula that conconated the year and the word completed or completion (nested if statement) and used that as my group but had the same result.
3. I tried to do specified order but that didn't work either.
Now I don't know what to try.
My data tab has
On change of Yearenddate
--------------------------
Show Values
Count Status Code summary
Any suggestions Anyone?
I need a chart that shows 3 columns
1 - Tasks completed in current year (labeled completed)
2 - Tasks to be completed in current year (labeled 2012 Completion)
3 - Tasks to be completed in the next year (labeled 2013 Completion)
The data is
Early End Date (4 digit year of expected end date)
Status_Code = tk-Completed, tk-Not Started or tk-Active
My intent was to have the column marked
completed match to tk-completed
2012 completion match to tk-active
2013 compeltion match to tk-notStarted.
I have tried this a couple of way.
1. I made groups yearend and status code so the data groups correctly.
This charts but puts the order of the bars as 2013-completion, 2012-completion and completed. I need it the exact opposite.
2. I created a formula that conconated the year and the word completed or completion (nested if statement) and used that as my group but had the same result.
3. I tried to do specified order but that didn't work either.
Now I don't know what to try.
My data tab has
On change of Yearenddate
--------------------------
Show Values
Count Status Code summary
Any suggestions Anyone?