Prev: plz solve this i need solution
Next: Cell Navigation
From: JB on 25 Mar 2010 10:50 Hi, I could not find the solution to my problem in the questions asked so here we go: I have two lists, color and type: Color: Red, Blue, Green Type: A, B, C From this I would like to create a third list showing me all combinations of "color" and "type" (eg. RedA, RedB... =[color]&[type]). I want the third list to be extended whenever I add a value to any of the first two lists. Is this possible ? If yes, how? Thanks in advance! //Johan
|
Pages: 1 Prev: plz solve this i need solution Next: Cell Navigation |