Hi I have a problem with the data validation list in Excel.
First of all I have one table(named: Article) in a protected Tab with four attributes (Name, Sex, Colour, Price). It is possible that two or more articles have the same name and differ by Sex (male or female) or by colour.
Name | Sex | Colour | Price
-------------|-----------|------------|---------
Product1 | Male | Blue | 10
Product1 | Male | Green | 10
Product1 | Female | Pink | 5
Product2 | Male | Grey | 8
Product2 | Female | Orange | 8
In the main Tab I organized the order in an different table (called: Order).
Product | Sex | Colour | Quantity | Price
-------------|-----------|------------|------------|---------
<List> | <List> | <List> | | <Calculation>
The dropdown List for Product (Data Validation | List | Source -> =INDIREKT("Article[Name]"))
and Sex (Data Validation | List | Source -> Male; Female) is easy.
But how I get a list for Colour - depended on Productname and Sex?
For example Product = Product1 and Sex = Male the drop down for colour should contain Blue and Green.