rpadminserver
Board Regular
- Joined
- Nov 7, 2007
- Messages
- 111
- Office Version
- 365
Hello Friends...
I'm using the LARGE command to find the top 5 values in a column with an IF condition. This is working perfect.
=LARGE(IF(A:A="LEVEL 1",D:D,""),1)
(doing ctr-shift-enter for array)
Now, my problem, in column C I have a description that corresponds with the amount found in column D I'm trying to come up with something that will give me the description also
I've tried
=INDEX(C:C,LARGE(IF(A:A="HMOX",D:D,""),1),0)
(again, using array)
I'm pulling a description from C but not the right one.
Help Please.
I'm using the LARGE command to find the top 5 values in a column with an IF condition. This is working perfect.
=LARGE(IF(A:A="LEVEL 1",D:D,""),1)
(doing ctr-shift-enter for array)
Now, my problem, in column C I have a description that corresponds with the amount found in column D I'm trying to come up with something that will give me the description also
I've tried
=INDEX(C:C,LARGE(IF(A:A="HMOX",D:D,""),1),0)
(again, using array)
I'm pulling a description from C but not the right one.
Help Please.