Forum Discussion
Varsit_N_Shah
Oct 25, 2020Copper Contributor
V-lookup function on Primary key with multiple variations
Hello Experts , I have 2 tables in my workbook. Table A has below columns. In Table A I need name of customers from Table B on the basis of Invoice Number. TABLE A Invoice no. Qty Amo...
saybhatt
Oct 25, 2020Brass Contributor
Hi Varsit_N_Shah ,
Probably not the best approach but I used a calculated column for wild cards and then xlookup
- Varsit_N_ShahOct 25, 2020Copper Contributor
- saybhattOct 25, 2020Brass Contributor
Varsit_N_Shah : Hi, in which case did the formula stand incorrect, will try to sort it out?
- Varsit_N_ShahOct 25, 2020Copper Contributor
Hi , I have attached file for your reference. Mainly it didn't worked at places where wild card characters are not there in the lookup value associated in lookup array.
- saybhattOct 25, 2020Brass Contributor
=XLOOKUP("*"&B3&"*",$H$3:$H$14,$I$3:$I$14,"",2,1)
you can also use this directly instead of the calculated column, works the same