Hi, I need a field (DepField) that depends on seven other fields (Let's say the fields are named 1-7). All fields (including the dependent field can be either "Red", "Yellow" or "Green"
There are different conditions for the dependent field (DepField):
If either field: 1, 3 or 4 = "Red", then DepField = "Red"
if two or more of fields 1-7 = "Red", then DepField = "Red"
If either field: 1, 3 or 4 = "Yellow", then DepField = "Yellow"
if two or more of fields 1-7 = "Yellow", then DepField = "Yellow"
Else DepField = "Green"
Thank you for taking your time.
Best Regards missmyady
There are different conditions for the dependent field (DepField):
If either field: 1, 3 or 4 = "Red", then DepField = "Red"
if two or more of fields 1-7 = "Red", then DepField = "Red"
If either field: 1, 3 or 4 = "Yellow", then DepField = "Yellow"
if two or more of fields 1-7 = "Yellow", then DepField = "Yellow"
Else DepField = "Green"
Thank you for taking your time.
Best Regards missmyady