BUSCARV in a left had column

Copper Contributor

Hi,

 

I wonder if there exists a way to use the function =BUSCARV where the column of values is at the left of the column to look in.

 

It would be like use this pattern =BUSCARV(W5;valores!$D$1:$E$60;-1;FALSO) where '-1' would represent one step on the left side.

 

Thanks

1 Reply

@LUIS_MENENDEZ 

Hi

I don't know the names of the Functions in your language, other than BUSCARV is VLOOKUP in English.

Vlookup can only return values to the right of the value being looked up, except for one small trick using the CHOOSE function as well (which in my opinion is not worth using).

 

Instead of Vlookup, I always use a combination of INDEX and MATCH. which is much more versatile and allows you to look in either direction.

 

If you look at the attached file I have shown examples of How Index works and how Match works and how to use them in combination.

Once you et used to them, you will never go back to Vlookup.