Using Choose function along with Vlookup

Consider a scenario, in which we are required to use helper column to get the output using VLOOKUP function. In this article, we will let you know how to get the output without using helper column by using the combination of VLOOKUP  &  CHOOSE functions.

 

Let’s take an example and understand:-
We have a sales report for 3 Region & 3 Products. In column E, there are criteria’s listed which are combination of Region & Product. We want a formula that will derive the result in column F by looking up value in column A, B & C.
image 1
The common way of getting the output is to use Helper column:

image 2

  • In cell G2 the formula would be =VLOOKUP(F2,$C$2:$D$10,2,0)

 

image 3

To get the output without using Helper column, use below given formula:-

  • In cell F2 the formula would be: {=VLOOKUP(E2,CHOOSE({1,2},$A$2:$A$10&$B$2:$B$10,$C$2:$C$10),2,0)}

Note:- This is an array formula which requires formula to be enclosed with curly brackets by using CTRL + SHIFT + ENTER.
image 4
Hence, using Vlookup & Choose functions together we need not to use Helper column to find the result.

home button
Previous VLOOKUP with IFERROR function
Next VLOOKUP for multiple criteria

 

image 48

If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook.

We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write us at info@exceltip.com

 

 

Comments

Leave a Reply to samuel Cancel reply

Your email address will not be published. Required fields are marked *

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.