smatterchu
New Member
- Joined
- Oct 10, 2012
- Messages
- 5
I'm helping someone on a series of spreadsheets she does every month/quarter for dozens of different groups. Each group is slightly different, so it's not as easy to standardize. I'm trying to help her consolidate her efforts where possible, so I'm hoping to avoid manual manipulation x's 75 workbooks...
Okay - I'm working in Office 2010
The issue is this. I have a report that lists whether a person's training in a course is "Complete," "Incomplete," or "Not attempted." After having a pivot table count each instance, I only want to show a count/1 for the "Complete" or "Incomplete" courses.
I still want to keep the "Not Attempted" records because they show what specific courses/exams are still left to take for that student, but I don't want to affect the tally/total. If we sorted and removed from the data before doing the pivot table (removing them from that tally), the associated courses will also disappear and not be linked to that student. We need the courses there so managers know what else is needed to be attempted.
How can I hide (or replace with zero) the cells on the row with "Not Attempted?" Otherwise, how to I make an equation that ignores those other records?
Here is a simplified example of the info:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]EXAM 1[/TD]
[TD]EXAM 2[/TD]
[TD]EXAM 3[/TD]
[TD]EXAM 4[/TD]
[TD]TOTAL[/TD]
[/TR]
[TR]
[TD]REGION 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Complete[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Incomplete[/TD]
[TD][/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Not Attempted[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]REGION 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Complete[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Incomplete[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Not Attempted[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TOTAL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, I've got to figure out a way to keep the Complete and Incomplete values intact while hiding/removing/0'ing the Not Attempted values. Also, as you can see, there are other rows that don't have any values -- they just need to be ignored.
This is just one of many workbooks that will need updating, so I'm hoping someone can suggest a way that is fairly simple to duplicate.
If this has to be done in VB, I can try to figure out/remember how to do that. It has been nearly 15 years since I have played around too deep in Excel. I used to have more of a head for it, but I'm slowly re-learning...
Finally, thank you all for your efforts and support on here. I found you by accident trying to research a few questions on YouTube. While I am learning a lot, I'm still enough of a beginner that I'm having trouble transferring the information I'm taking in to my specific question.
Please forgive me if you have answered something similar on here. It has been a very long time since I worked in Excel, so I'm having to re-learn (and un-learn) a fair amount.
Thanks again!!
Okay - I'm working in Office 2010
The issue is this. I have a report that lists whether a person's training in a course is "Complete," "Incomplete," or "Not attempted." After having a pivot table count each instance, I only want to show a count/1 for the "Complete" or "Incomplete" courses.
I still want to keep the "Not Attempted" records because they show what specific courses/exams are still left to take for that student, but I don't want to affect the tally/total. If we sorted and removed from the data before doing the pivot table (removing them from that tally), the associated courses will also disappear and not be linked to that student. We need the courses there so managers know what else is needed to be attempted.
How can I hide (or replace with zero) the cells on the row with "Not Attempted?" Otherwise, how to I make an equation that ignores those other records?
Here is a simplified example of the info:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]EXAM 1[/TD]
[TD]EXAM 2[/TD]
[TD]EXAM 3[/TD]
[TD]EXAM 4[/TD]
[TD]TOTAL[/TD]
[/TR]
[TR]
[TD]REGION 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Complete[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Incomplete[/TD]
[TD][/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Not Attempted[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]REGION 2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Complete[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Incomplete[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD="align: right"]Not Attempted[/TD]
[TD="align: center"][/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]TOTAL[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So, I've got to figure out a way to keep the Complete and Incomplete values intact while hiding/removing/0'ing the Not Attempted values. Also, as you can see, there are other rows that don't have any values -- they just need to be ignored.
This is just one of many workbooks that will need updating, so I'm hoping someone can suggest a way that is fairly simple to duplicate.
If this has to be done in VB, I can try to figure out/remember how to do that. It has been nearly 15 years since I have played around too deep in Excel. I used to have more of a head for it, but I'm slowly re-learning...
Finally, thank you all for your efforts and support on here. I found you by accident trying to research a few questions on YouTube. While I am learning a lot, I'm still enough of a beginner that I'm having trouble transferring the information I'm taking in to my specific question.
Please forgive me if you have answered something similar on here. It has been a very long time since I worked in Excel, so I'm having to re-learn (and un-learn) a fair amount.
Thanks again!!