Create one to many relation in Excel Filter -


i creating dependency list our products. example;

*product 1* uses a.dll, b.dll, c.dll *product 2* uses a.dll, d.dll *product 3* uses b.dll, c.dll 

well, when user product 2 combobox (filter) in excel, , b dll names must shown on dependency column.

i dont want add like

product 1    a.dll product 1    b.dll product 1    c.dll product 2    a.dll product 2    d.dll product 3    b.dll product 3    c.dll 

i think should done in advanced filter, tried didnt work me. choose range product 2, shows me 1 dependend dll name

while not 100% clear want... simple helper-column should doable...

the formula used(d2 , copied down):

=countif(index(j:l,match($g$1,i:i,0),),c2)>0 

enter image description here

and filter helper column showing true


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -