MichaelRSnow
Active Member
- Joined
- Aug 3, 2010
- Messages
- 391
Is it possible to rank based on 2 criteria, TEXT and VALUE. i.e. the table list as illustrated below, rank based on columns B and C. So rank any with a value of X only against X's, rank any with a value of Y only against Y's and so?</SPAN>
<TBODY>
</TBODY>
A | B | C | D- RANK (COLUMNS B&C) |
A | X | 0.5 | 2 |
A | Y | 1 | 1 |
A | Z | 1.5 | 2 |
B | X | 0.25 | 1 |
B | Y | 2 | 2 |
B | Z | 1.5 | 2 |
C | X | 0.85 | 3 |
C | Y | 2.25 | 3 |
C | Z | 1.25 | 1 |
<TBODY>
</TBODY>