Good afternoon,
I am trying to rank and place in order my findings. Example:
A B
1 2 Y
2 1 N
3 0 N/A
I have been able to get column C to display the highest number, but my
problem now is how do I get the name that ranks highest to be displayed.
in the above example it would be quot;Yquot; because it ranks highest.
thank you for your help
You can use VLOOKUP to retrieve the name. In this case, if the highest
number is in C1, you can use:
=VLOOKUP(C1,A1:B3,2,FALSE)
The drawback of this function is that if you have more than one row with the
same value in the column A, it will only return the first appearance.
Hope this helps,
Miguel.
quot;tryn''''2learnquot; wrote:
gt; Good afternoon,
gt;
gt; I am trying to rank and place in order my findings. Example:
gt;
gt; A B
gt; 1 2 Y
gt; 2 1 N
gt; 3 0 N/A
gt;
gt; I have been able to get column C to display the highest number, but my
gt; problem now is how do I get the name that ranks highest to be displayed.
gt;
gt; in the above example it would be quot;Yquot; because it ranks highest.
gt;
gt; thank you for your help
that worked great!
Thank you for such a quick reply!
quot;Miguel Zapicoquot; wrote:
gt; You can use VLOOKUP to retrieve the name. In this case, if the highest
gt; number is in C1, you can use:
gt; =VLOOKUP(C1,A1:B3,2,FALSE)
gt; The drawback of this function is that if you have more than one row with the
gt; same value in the column A, it will only return the first appearance.
gt;
gt; Hope this helps,
gt; Miguel.
gt;
gt; quot;tryn''''2learnquot; wrote:
gt;
gt; gt; Good afternoon,
gt; gt;
gt; gt; I am trying to rank and place in order my findings. Example:
gt; gt;
gt; gt; A B
gt; gt; 1 2 Y
gt; gt; 2 1 N
gt; gt; 3 0 N/A
gt; gt;
gt; gt; I have been able to get column C to display the highest number, but my
gt; gt; problem now is how do I get the name that ranks highest to be displayed.
gt; gt;
gt; gt; in the above example it would be quot;Yquot; because it ranks highest.
gt; gt;
gt; gt; thank you for your help
- Oct 22 Sun 2006 20:09
Ranking in order
close
全站熱搜
留言列表
發表留言