Hello all,
I've got several columns, like this:
Column A // Column B // Column C
xxxxxxx // 22222222 // abc123ab
zzzzzzzz // 88888888 // cbaab32a
yyyyyyyy // 55555555 // bac32311
What I want to accomplish is a drop-down list that allows me to choose one of the values in column A, and shows the corresponding values of column B and column C.
For instance, if I choose "zzzzzzzz" in the drop-down list, only the following is displayed:
Column A // Column B // Column C
zzzzzzzz // 88888888 // cbaab32a
Thanks in advance!
Bookmarks