Patmustard
New Member
- Joined
- Aug 2, 2011
- Messages
- 2
Hi,
I'm trying to create an excel chart that will display all possible combinations of four variables. For example, I have the following possible fields:
Alpha: A,B
Numeric: 1,2
Symbol: @&
Alphanumeric: X1,Y1
Rather than having to manually create all the possible strings of the above, as below:
A,1,@,X1
A,1,@,Y1
B,1,@,X1
etc.
I'm trying to create a macro that will create it automatically.
Is this possible ?
Thanks !
I'm trying to create an excel chart that will display all possible combinations of four variables. For example, I have the following possible fields:
Alpha: A,B
Numeric: 1,2
Symbol: @&
Alphanumeric: X1,Y1
Rather than having to manually create all the possible strings of the above, as below:
A,1,@,X1
A,1,@,Y1
B,1,@,X1
etc.
I'm trying to create a macro that will create it automatically.
Is this possible ?
Thanks !