I have an Excel spreadsheet with several calculations. One particular column can be either a "1" or a "2". There are roughly 400 rows in this column.
What I'd like to do is create a method that would create all possible combinations in that column. For example, if I only had 4 rows, I would want to see the following column combinations.
Any feedback or suggestions would be greatly appreciated!