Count Combinations of numbers N times

Stephen_IV

Well-known Member
Joined
Mar 17, 2003
Messages
1,174
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
How do I use the Combin Function to count how many combinations of 5 Digit Unique Random Numbers numbers there are ranging from 0 to 9. Those 5 digits can range from 00000 to 99999?

I understand that there will be a tun of combinations i would just like a count.

Thanks in advance Stephen

Tried =Combin(1234567890,5)
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi
you have 10 digits (1 2 3 4 5 6 7 8 9 0 ) selected 5 at a time.
So = combin(10,5) = 252 possible combinations. Waht you have tried is when you have 1234567890 (12 billion) numbers taken 5 at a time.
Ravi
 
Upvote 0

Forum statistics

Threads
1,222,017
Messages
6,163,398
Members
451,835
Latest member
kristianb63

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top