I need to be able to fill in all of the possible calculations from up to 5 columns of information. For example, I have 3 columns with an unknown number of cells populated in each column (in the example below I just limited it to three rows).
1 a !
2 b @
3 c #
I need the macro to produce the following:
1 a !
1 a @
1 a #
1 b !
1 b @
1 b #
1 c !
1 c @
1 c #
2 a !
2 a @
2 a #
2 b !
2 b @
2 b #
2 c !
2 c @
2 c #
3 a !
3 a @
3 a #
3 b !
3 b @
3 b #
3 c !
3 c @
3 c #
I have 5 columns of information that needs to be branched like this so it would take quite a while to do it by hand.
Any suggestions?
1 a !
2 b @
3 c #
I need the macro to produce the following:
1 a !
1 a @
1 a #
1 b !
1 b @
1 b #
1 c !
1 c @
1 c #
2 a !
2 a @
2 a #
2 b !
2 b @
2 b #
2 c !
2 c @
2 c #
3 a !
3 a @
3 a #
3 b !
3 b @
3 b #
3 c !
3 c @
3 c #
I have 5 columns of information that needs to be branched like this so it would take quite a while to do it by hand.
Any suggestions?