claytont454
New Member
- Joined
- Feb 28, 2013
- Messages
- 8
I have a long PivotTable for a group of doctors with the codes they use for all their patients, and how many times they used each code.
I only want to show (up to) 10 code + qty lines for each doctor. I have about 300 doctors; some have just a few codes, others have hundreds. All of the "Top 10" Sort or Filter things I have found so far either show the most-often used codes between *all* the doctors, or the top 10 doctors with the most codes overall. This is a sample:
(this last column is what I want to show the top 10 lines per each doctor)
<colgroup><col><col><col></colgroup><tbody>
</tbody>
Thanks in advance for ideas!
I only want to show (up to) 10 code + qty lines for each doctor. I have about 300 doctors; some have just a few codes, others have hundreds. All of the "Top 10" Sort or Filter things I have found so far either show the most-often used codes between *all* the doctors, or the top 10 doctors with the most codes overall. This is a sample:
(this last column is what I want to show the top 10 lines per each doctor)
Physician name | Code | Number of times used |
Smith, John (only 4) | ||
401.9 | 3 | |
787.91 | 2 | |
272.4 | 2 | |
305.1 | 2 | |
Aberger, Cheese (only 2) | ||
V58.83 | 2 | |
285.9 | 2 | |
Baker, Tammy (has 195) | ||
401.9 | 140 | |
272.4 | 122 | |
250 | 59 | |
272.2 | 41 | |
244.9 | 41 | |
V58.61 | 38 | |
427.31 | 33 | |
305.1 | 29 | |
lots more... | ... | |
Bird, Song (has 133) | ||
V27.0 | 30 | |
650 | 20 | |
626.2 | 18 | |
625.6 | 18 | |
648.83 | 18 | |
V74.5 | 17 | |
625.9 | 15 | |
V77.91 | 15 | |
625.3 | 15 | |
lots more... | ... | |
<colgroup><col><col><col></colgroup><tbody>
</tbody>
Thanks in advance for ideas!