Hi,
Suppose I have a couple of comboboxes. The first one has 2 values in the drop-down list, "A", "B"; the 2nd one has 4 values: "A12","A22","B12","B22". But if I select one value in box1, all the 4 values in box2 will be visible. Is there any way to make it work like this: if I pick "A" in box1, the drop-down list of box2 will only show "A12","A22". The same way is true for "B" -> "B12", "B22".
I tried to set up a IF condition for LinkRange but not working.
Thanks in advance.
Suppose I have a couple of comboboxes. The first one has 2 values in the drop-down list, "A", "B"; the 2nd one has 4 values: "A12","A22","B12","B22". But if I select one value in box1, all the 4 values in box2 will be visible. Is there any way to make it work like this: if I pick "A" in box1, the drop-down list of box2 will only show "A12","A22". The same way is true for "B" -> "B12", "B22".
I tried to set up a IF condition for LinkRange but not working.
Thanks in advance.