Hello Guys and smile where ever you be...
I have a table (below) and trying to find the LARGER number (in a separate cell) which is ok with me. However, I'd like to return the text which is particular to that number. Let me illustrate more:
[TABLE="width: 399"]
<tbody>[TR]
[TD]Company[/TD]
[TD]Cash on hand and at banks[/TD]
[TD]Term deposits - (<= 3 mos)[/TD]
[TD]Term deposits - (>3<12 mos)[/TD]
[TD]FVIS Investment[/TD]
[/TR]
[TR]
[TD="align: left"]Malath[/TD]
[TD]13.76%[/TD]
[TD]0[/TD]
[TD]703.71%[/TD]
[TD]-100.00%[/TD]
[/TR]
[TR]
[TD="align: left"]UCA[/TD]
[TD]-52.17%[/TD]
[TD]0[/TD]
[TD]-100.00%[/TD]
[TD]-100.00%[/TD]
[/TR]
[TR]
[TD="align: left"]Takaful[/TD]
[TD]392.58%[/TD]
[TD]0[/TD]
[TD]-100.00%[/TD]
[TD]-100.00%[/TD]
[/TR]
[TR]
[TD="align: left"]Allianz[/TD]
[TD]37.68%[/TD]
[TD]0[/TD]
[TD]-100.00%[/TD]
[TD]845.57%[/TD]
[/TR]
</tbody>[/TABLE]
The LARGER here is 392.58 (In that particular Row: Cash on hand...etc), however, I want to return the company (in this case: Takaful) which is matching that LARGER number.
I tried to use the below formulars but neither worked for me:
IF(VLOOKUP(LARGE(AX7:AX10,1),AW7:BC10,1),VLOOKUP(LARGE(AX7:AX10,1),AW7:BC10,1),"")
and...
VLOOKUP(LARGE(AX7:AX10,1),AW7:BC10,1)
Any idea and sorry for the long story...
P.S. AX7:AX10 represents the column: Cash on hand and at banks
AW7:BC10 represents the table from: Malath to 845.57%
Many thanks,
Marwan
I have a table (below) and trying to find the LARGER number (in a separate cell) which is ok with me. However, I'd like to return the text which is particular to that number. Let me illustrate more:
[TABLE="width: 399"]
<tbody>[TR]
[TD]Company[/TD]
[TD]Cash on hand and at banks[/TD]
[TD]Term deposits - (<= 3 mos)[/TD]
[TD]Term deposits - (>3<12 mos)[/TD]
[TD]FVIS Investment[/TD]
[/TR]
[TR]
[TD="align: left"]Malath[/TD]
[TD]13.76%[/TD]
[TD]0[/TD]
[TD]703.71%[/TD]
[TD]-100.00%[/TD]
[/TR]
[TR]
[TD="align: left"]UCA[/TD]
[TD]-52.17%[/TD]
[TD]0[/TD]
[TD]-100.00%[/TD]
[TD]-100.00%[/TD]
[/TR]
[TR]
[TD="align: left"]Takaful[/TD]
[TD]392.58%[/TD]
[TD]0[/TD]
[TD]-100.00%[/TD]
[TD]-100.00%[/TD]
[/TR]
[TR]
[TD="align: left"]Allianz[/TD]
[TD]37.68%[/TD]
[TD]0[/TD]
[TD]-100.00%[/TD]
[TD]845.57%[/TD]
[/TR]
</tbody>[/TABLE]
The LARGER here is 392.58 (In that particular Row: Cash on hand...etc), however, I want to return the company (in this case: Takaful) which is matching that LARGER number.
I tried to use the below formulars but neither worked for me:
IF(VLOOKUP(LARGE(AX7:AX10,1),AW7:BC10,1),VLOOKUP(LARGE(AX7:AX10,1),AW7:BC10,1),"")
and...
VLOOKUP(LARGE(AX7:AX10,1),AW7:BC10,1)
Any idea and sorry for the long story...
P.S. AX7:AX10 represents the column: Cash on hand and at banks
AW7:BC10 represents the table from: Malath to 845.57%
Many thanks,
Marwan
Last edited: