Vlookup Array

Aaron

Board Regular
Joined
Feb 20, 2002
Messages
237
I have the following formula, that is suppose to return 711, and right now it only returns 7. Will someone offer a suggestion? Thanks

{=VLOOKUP($B$5,Table,{2,3,4},FALSE)}
 
Aaron said:
Aladin Akyurek said:
Aaron said:
I have the following formula, that is suppose to return 711, and right now it only returns 7. Will someone offer a suggestion? Thanks

{=VLOOKUP($B$5,Table,{2,3,4},FALSE)}

Care to post the expected result?

Thanks Aladin, the expected result should be 711, and the formula is returning 7 only. So the solution I am using right now is =VLOOKUP($B$5,Table,2,FALSE)&VLOOKUP($B$5,Table,3,FALSE)&VLOOKUP($B$5,Table,4,FALSE)

I think that's good enough unless you have to create thousands of such triples.
 
Upvote 0

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

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