<For a problem, I need to>
It is a bit difficult to comprehend that you really *need* that.
It is even more difficult to imagine how you will be using the resulting "list".
Maybe you are trying to solve a theoretical problem but underestimated the dimensions of what you ask now?
If so, try and present the real world problem.
If not, apologies! And please help us understand what this is about.
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
| > On Thu, 14 Feb 2008 12:25:21 -0800 (PST), (e-mail address removed) wrote:
| > >For a problem, I need to list all of the possible combinations of
| > >uppercase/lowercase letters.
| > >Each combination should have all 26 letters of the alphabet in either
| > >uppercase or lowercase form. There are over 67million combinations.
| >
| > >Is there a way to get excel to list these combinations?
| >
| > Hmmm, it seems to me that if you are including all upper and lower case
| > letters, you have 52 items with 26 of them in any given combination.
| >
| > Maybe I've misunderstood you, but according to the Excel COMBIN function, this
| > results in almost 500 trillion combinations.
| >
| > Using versions of Excel prior to 2007, this would require all the cells in a
| > workbook with about 30 million worksheets.
| >
| > --ron
|
| i have excel 2007 (what is the maximum on that)
| anyway, each combination should only have each letter once, but it
| could be either uppercase or lowercase
| for example, using 3 letters (ABC), some possible combinations are:
| ABC, AbC, ABc, aBC, abc, etc.