HELP!!! Search values of non consecutive rows

Copper Contributor

Hi everyone.

 

I'm in a desperate situation, I wish to find specific values from one ordered column, of of another i.e:

Searchfrom:Find valueReturn value
1001 a1001 a1234
1002b1002b222
2001ee2002d567
2002d3002babyN/A
3001casa4002bbreal
3002baby  
4001aa  
4002bb  

 

I wish to use each value from the first column as search reference, to be found in the second column and return de value from the third colum of the same row found.

 

Thanks! I'm urged!!!!

 

1 Reply

@HEAD5ON5 

Hi

You can use vlookup() function. Please refer the attached file.

Tauqeer