#1   Report Post  
newyorkjoy
 
Posts: n/a
Default permutations

I need a list of permutations for all 4 digits numbers using numerals 1-6.
How do I go about doing this?
  #2   Report Post  
Jonathan Cooper
 
Posts: n/a
Default permutations

In cell A1, type in the number 1111. This is your lowest number.
In cel A2, use the following formula.

=IF(A1=6666,"stop",IF(--RIGHT(A1,3)=666,A1+445,IF(--RIGHT(A1,2)=66,A1+45,IF(--RIGHT(A1,1)=6,A1+5,A1+1))))

copy/paste this formula downward. Should error out at row 1297.

double check it, but I think this is the list you are looking for.


"newyorkjoy" wrote:

I need a list of permutations for all 4 digits numbers using numerals 1-6.
How do I go about doing this?

  #3   Report Post  
Bernard Liengme
 
Posts: n/a
Default permutations

Has been covered many times. Suggest a Google newsgroup search
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"newyorkjoy" wrote in message
...
I need a list of permutations for all 4 digits numbers using numerals 1-6.
How do I go about doing this?



  #4   Report Post  
newyorkjoy
 
Posts: n/a
Default permutations

Thank you Jonathan!! It worked. It went a bit further than 1297. It ended
at 1378. It is appreciated.

"Jonathan Cooper" wrote:

In cell A1, type in the number 1111. This is your lowest number.
In cel A2, use the following formula.

=IF(A1=6666,"stop",IF(--RIGHT(A1,3)=666,A1+445,IF(--RIGHT(A1,2)=66,A1+45,IF(--RIGHT(A1,1)=6,A1+5,A1+1))))

copy/paste this formula downward. Should error out at row 1297.

double check it, but I think this is the list you are looking for.


"newyorkjoy" wrote:

I need a list of permutations for all 4 digits numbers using numerals 1-6.
How do I go about doing this?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
PERMUT function Celeste Excel Worksheet Functions 2 October 3rd 05 08:11 PM
Permutations RedChequer Excel Worksheet Functions 9 September 26th 05 03:14 AM
calculate permutations of nonnumeric data RonG Excel Worksheet Functions 1 March 31st 05 04:30 AM


All times are GMT +1. The time now is 01:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"