S
stevepearson
I have a spreadsheet with variable data where i need to identify
specific products from a list of products in one cell, the list is
currently only around 12.
The cell i need to idnetify typically has betweem 2 & 30 products in,
mostly alphabetical with commas between them.
The list i am comparing against has one product in each cell.
I can make this work with 'Find' for only one product using the below
formular or for all the products, but cant seem to get it working when
i identify more than one product
=OR((FIND(N5,J13)),(FIND(N6,J13)))
Any ideas?
specific products from a list of products in one cell, the list is
currently only around 12.
The cell i need to idnetify typically has betweem 2 & 30 products in,
mostly alphabetical with commas between them.
The list i am comparing against has one product in each cell.
I can make this work with 'Find' for only one product using the below
formular or for all the products, but cant seem to get it working when
i identify more than one product
=OR((FIND(N5,J13)),(FIND(N6,J13)))
Any ideas?