Hello,
need some ideas on how to solve this issue. I have a table with a changing amount of attributes in columns.
The rows have values assigned to these column attributes. Now my second input is something like an "order".
Step 1: I need to compare each attribute in the column with the specific order and tick when I find a match.
Step 2: I need to find the row that has ALL orders and then need to find out in which store I can buy the order.
(outcome can also be none or more than one)
To demonstrate I created a simple example:
Table 1 lists all attributes (trousers, shirt, scarf, shoes). The rows then contain which Shop seels what
Input 2 is the list of things the customer wants to buy.
The Number and headers of these attributes can vary
* I would like to now "tick" all shops that sell green trousers, then long shirt sleeves etc
* at the end I need to find all or none shop that sells everything I want to buy
Any efficient ideas?
Thanks so much already
Petra
