I am trying to come up with a way to show all combinations for 4 numbers across 5 rows.
POssible numbers are -1, 0,1,2
The 5 rows will have one of these numbers Ex.
-1, -1, -1, -1,-1
-1, -1, 0, 1, 2
etc.
Is there a easier way to list the entire set of combinations?
Thanks in advance for any help offered!