I have a report that looks up the top 3 errors in a table by %. Rarely are the %'s the same but sometimes they calculate out to be.
Right now I'm using a Vlookup to return my results, but if (for example) there are 2 results that = 50%, both of my return values will be for sentence1 and not for sentence 1 and 2 because the VLOOKUP stops at the first instance of 50%.
I know this is a VLookup issue, but what formula would I be able to use instead? Would this be an INDEX/MATCH instance? I tried using Index/Match in a similiar way and it's giving me the same results.
Thanks for any help everyone!
[TABLE="width: 500"]
<TBODY>[TR]
[TD]50%[/TD]
[TD]Sentence1[/TD]
[/TR]
[TR]
[TD]50%[/TD]
[TD]Sentence2[/TD]
[/TR]
[TR]
[TD]45%[/TD]
[TD]Sentence3[/TD]
[/TR]
</TBODY>[/TABLE]
Right now I'm using a Vlookup to return my results, but if (for example) there are 2 results that = 50%, both of my return values will be for sentence1 and not for sentence 1 and 2 because the VLOOKUP stops at the first instance of 50%.
I know this is a VLookup issue, but what formula would I be able to use instead? Would this be an INDEX/MATCH instance? I tried using Index/Match in a similiar way and it's giving me the same results.
Thanks for any help everyone!
[TABLE="width: 500"]
<TBODY>[TR]
[TD]50%[/TD]
[TD]Sentence1[/TD]
[/TR]
[TR]
[TD]50%[/TD]
[TD]Sentence2[/TD]
[/TR]
[TR]
[TD]45%[/TD]
[TD]Sentence3[/TD]
[/TR]
</TBODY>[/TABLE]