"Trying to return text for corresponding number"

Marwan69

Board Regular
Joined
Mar 14, 2018
Messages
80
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
 
Last edited:

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Formula in BB9 (or where ever): =INDEX($AW$7:$AW$10;MATCH(LARGE($AX$7:$AX$10;1);$AX$7:$AX$10;0))

[Table="width:, class:grid"][tr][td]Row\Col[/td][td]
AW​
[/td][td]
AX​
[/td][td]
AY​
[/td][td]
AZ​
[/td][td]
BA​
[/td][td]
BB​
[/td][/tr][tr][td]
6​
[/td][td="bgcolor:#0070C0"]Company[/td][td="bgcolor:#0070C0"]Cash on hand and at banks[/td][td="bgcolor:#0070C0"]Term deposits - (<= 3 mos)[/td][td="bgcolor:#0070C0"]Term deposits - (>3<12 mos)[/td][td="bgcolor:#0070C0"]FVIS Investment[/td][td="bgcolor:#0070C0"]Result[/td][/tr]
[tr][td]
7​
[/td][td]Malath[/td][td]
13,76%​
[/td][td]
0​
[/td][td]703.71%[/td][td]-100.00%[/td][td][/td][/tr]
[tr][td]
8​
[/td][td]UCA[/td][td]
-52,17%​
[/td][td]
0​
[/td][td]-100.00%[/td][td]-100.00%[/td][td][/td][/tr]
[tr][td]
9​
[/td][td]Takaful[/td][td]
392,58%​
[/td][td]
0​
[/td][td]-100.00%[/td][td]-100.00%[/td][td="bgcolor:#FFFF00"]Takaful[/td][/tr]
[tr][td]
10​
[/td][td]Allianz[/td][td]
37,68%​
[/td][td]
0​
[/td][td]-100.00%[/td][td]845.57%[/td][td][/td][/tr]
[/table]
 
Upvote 0
PERFECT☺! You made my day strooman. I wish you all the best. I've replaced the ; with , .

Many thanks,
Marwan
 
Last edited:
Upvote 0
Thank you Marwan69. Clever you replaced the semicolon with comma. The semicolon is separator in The Netherlands but i think rest of the workd it's comma.
Glad it worked out.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top