On Thu, 14 Feb 2008 12:25:21 -0800 (PST),
(E-Mail 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