mrmmickle1
Well-known Member
- Joined
- May 11, 2012
- Messages
- 2,461
I would like to filter based on sub criteria.
I have 4 different possible field values in column A. I would like the filter to show only the highest (MAX) % for each of the four possibilities. Can someone please assist me in accomplishing this if it is possible?
The problem I can foresee is what if by getting rid of a low percent for one field value it gets rid of the highest % for another value.
For Example. If the CCC high was 95% but there was also a value for CCC that had 60% and AAA high is 60%..... then by eliminating the 60% for CCC it is no longer possible to display it for AAA.....
Start Data:
After Filter:
If there is a solution other then by filtering it would be much appreciated.
I have 4 different possible field values in column A. I would like the filter to show only the highest (MAX) % for each of the four possibilities. Can someone please assist me in accomplishing this if it is possible?
The problem I can foresee is what if by getting rid of a low percent for one field value it gets rid of the highest % for another value.
For Example. If the CCC high was 95% but there was also a value for CCC that had 60% and AAA high is 60%..... then by eliminating the 60% for CCC it is no longer possible to display it for AAA.....
Start Data:
Excel 2012 | ||||
---|---|---|---|---|
A | B | |||
1 | Filter Field | % Field | ||
2 | AAA | 5% | ||
3 | AAA | 55% | ||
4 | BBB | 90% | ||
5 | BBB | 95% | ||
6 | CCC | 20% | ||
7 | CCC | 25% | ||
8 | CCC | 60% | ||
9 | DDD | 50% | ||
10 | DDD | 60% | ||
11 | DDD | 23% | ||
Sheet1 |
After Filter:
Excel 2012 | ||||
---|---|---|---|---|
A | B | |||
1 | Filter Field | % Field | ||
3 | AAA | 55% | ||
5 | BBB | 95% | ||
8 | CCC | 60% | ||
10 | DDD | 60% | ||
Sheet1 |
If there is a solution other then by filtering it would be much appreciated.