Metaripley
Board Regular
- Joined
- Dec 31, 2014
- Messages
- 93
I have got a sheet where there are a couple of cell that have a list in data validation.
Some data validations are dependable on others.
Works great until you first select the second one and dont change the first one. Then you get a result I dont want to allow.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]List A:[/TD]
[TD]List B-1:[/TD]
[TD]List B-2:[/TD]
[TD]List C-1:[/TD]
[TD]List C-2:[/TD]
[/TR]
[TR]
[TD]MM[/TD]
[TD]30x30
[/TD]
[TD]1.5"x1.5"[/TD]
[TD]M8[/TD]
[TD]5/16"[/TD]
[/TR]
[TR]
[TD]Inch[/TD]
[TD]40x40[/TD]
[TD]2"x2"[/TD]
[TD]M10[/TD]
[TD]3/8"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]45x45[/TD]
[TD][/TD]
[TD]M12[/TD]
[TD]1/2"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]50x50[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
When I select MM in list A, List B-1 shows and C-1.
Lets say I selected MM, 40x40, M10, but then select Inch, 40x40 and M10 are still there.
The outcome would be Inch, 40x40, M10. And this is incorrect.
Any way to fix this?
Some data validations are dependable on others.
Works great until you first select the second one and dont change the first one. Then you get a result I dont want to allow.
Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]List A:[/TD]
[TD]List B-1:[/TD]
[TD]List B-2:[/TD]
[TD]List C-1:[/TD]
[TD]List C-2:[/TD]
[/TR]
[TR]
[TD]MM[/TD]
[TD]30x30
[/TD]
[TD]1.5"x1.5"[/TD]
[TD]M8[/TD]
[TD]5/16"[/TD]
[/TR]
[TR]
[TD]Inch[/TD]
[TD]40x40[/TD]
[TD]2"x2"[/TD]
[TD]M10[/TD]
[TD]3/8"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]45x45[/TD]
[TD][/TD]
[TD]M12[/TD]
[TD]1/2"[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]50x50[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
When I select MM in list A, List B-1 shows and C-1.
Lets say I selected MM, 40x40, M10, but then select Inch, 40x40 and M10 are still there.
The outcome would be Inch, 40x40, M10. And this is incorrect.
Any way to fix this?