PC Review


Reply
Thread Tools Rate Thread

combinations of letters

 
 
hiflyinskiier@gmail.com
Guest
Posts: n/a
 
      14th Feb 2008
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?
 
Reply With Quote
 
 
 
 
Ron Rosenfeld
Guest
Posts: n/a
 
      14th Feb 2008
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
 
Reply With Quote
 
hiflyinskiier@gmail.com
Guest
Posts: n/a
 
      14th Feb 2008
On Feb 14, 12:49 pm, Ron Rosenfeld <ronrosenf...@nospam.org> wrote:
> On Thu, 14 Feb 2008 12:25:21 -0800 (PST), hiflyinski...@gmail.com 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.
 
Reply With Quote
 
Niek Otten
Guest
Posts: n/a
 
      14th Feb 2008
<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


<(E-Mail Removed)> wrote in message news:e138e661-218f-4483-83f5-(E-Mail Removed)...
| On Feb 14, 12:49 pm, Ron Rosenfeld <ronrosenf...@nospam.org> wrote:
| > On Thu, 14 Feb 2008 12:25:21 -0800 (PST), hiflyinski...@gmail.com 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.


 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      14th Feb 2008
Do you mean that you always want the letters in the same order (a to
z), but that the string is case sensitive so that aBC....YZ is not the
same as ABC....YZ ?

Pete

On Feb 14, 9:00*pm, hiflyinski...@gmail.com wrote:
> On Feb 14, 12:49 pm, Ron Rosenfeld <ronrosenf...@nospam.org> wrote:
>
>
>
>
>
> > On Thu, 14 Feb 2008 12:25:21 -0800 (PST), hiflyinski...@gmail.com 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.- Hide quoted text -
>
> - Show quoted text -


 
Reply With Quote
 
nickeyre1@gmail.com
Guest
Posts: n/a
 
      15th Feb 2008
On Feb 14, 1:58 pm, Pete_UK <pashu...@auditel.net> wrote:
> Do you mean that you always want the letters in the same order (a to
> z), but that the string is case sensitive so that aBC....YZ is not the
> same as ABC....YZ ?
>
> Pete
>
> On Feb 14, 9:00 pm, hiflyinski...@gmail.com wrote:
>
> > On Feb 14, 12:49 pm, Ron Rosenfeld <ronrosenf...@nospam.org> wrote:

>
> > > On Thu, 14 Feb 2008 12:25:21 -0800 (PST), hiflyinski...@gmail.com 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.- Hide quoted text -

>
> > - Show quoted text -


yes, pete, that is correct
anyway, the use for this is that i need to make a punnett square for
genetics that crosses
AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz with
AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formulas to display all 3 letter combinations in 8 letters Mally Microsoft Excel Misc 1 25th Dec 2008 04:34 PM
How to change from capital letters to small letters and vice versa Tobias Microsoft Word Document Management 1 3rd Dec 2007 12:39 PM
Find all possible combinations of unique letters =?Utf-8?B?cnlndXk3Mjcy?= Microsoft Excel Programming 3 26th Jul 2007 04:06 PM
Word Macro: How to convert capital letters to lower case letters Leonardo Da Vinci Microsoft Word Document Management 4 8th Jun 2004 02:05 PM
Possible Combinations of given letters Mario Microsoft Access Form Coding 2 15th Mar 2004 05:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:22 PM.