Dear All,
Here is my problem in below I want to extract the last result, but due to same matches I am getting wrong answer
Sheet2
| A | B | C | D | E | F | G | H | I | J |
1 | A | B | C | D | E | F | G | L | W | O |
2 | 1 | 2 | 3 | 4 | 15 | 6 | 7 | | 10 | 15 |
3 | | | | | | | | | | |
4 | | E | | | | | | | | |
5 | | | | | | | | | | |
6 | Answer Should be O not E | | | | | | | | | |
<colgroup><col style="width: 30px; font-weight: bold;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"><col style="width: 64px;"></colgroup><tbody>
</tbody>
Spreadsheet Formulas |
Cell | Formula | B4 | =INDEX($A$1:$M$1,MATCH(LOOKUP(2,1/(A2:M2),A2:M2),A2:M2,0)) |
<tbody>
</tbody> |
<tbody>
</tbody>
Excel tables to the web >> Excel Jeanie HTML 4