VLOOKUP Text that is not unique - Excel -


i trying vlookup (bring back) products yes, first result keeps coming because vlookup gets stuck on first piece of data.

i using more data range below please see below example.

a1 = yes b1 = product 1 a2 = yes b2 = product 2 a3 = yes c3 = product 3  =vlookup("yes",$a$1:$c$3,2,false) 

it works if take out $ signs repeat values.

i guessing needs different function unsure use.

thanks

ian

check this link , understand how formula works. in example, put formula cell d2 , press ctrl+shift+enter , fill down using mouse:

=iferror(index($b$1:$b$12, match(0,if("yes"=$a$1:$a$12,countif($d$1:d1, $b$1:$b$12),""), 0)),"") 

Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -