Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey there,
I have a field with a certain numer of Values, which I want to represent in a list box.
The clue is, that some fields should only be visible if a certain field of the list box is selected.
So I only show some fields at first which I selected by:
=if(Match(Field,'A','B','C','D','E','F'),Field)
Now I want to show fields G,H,I when I select C or D. I also want to be able to add further restrictions for other fields.
I hope you understand my issue an are able to help me
Best Regards and Thanks in advance
Alex
Here you have an example
Is this?
Hey Enrique,
I like to select another Field Value in the second box, so there should be E,F,G in this box.
Best case would be one object, which shows the new Values when certain fields are selected,
I think you do not quite understand what you want.
You can simulate it in excel and I spend at least image
(sorry but my English is not good)
Do you want to show the G,H,I in other list box, when you select C or D.
If it is the only solution then yes.
Otherwise it would be great to see it in the same box.
This?