get percent of number

newapa

Board Regular
Joined
Sep 13, 2012
Messages
69
Hi!

I wonder if there any formular that take out precent of 4 combin nr?
example 0 to 9 and the cell get a number and it will calculate out how many precent chance to get that number if its in random.

Code:
cell1         cell2         cell3       cell4        procent       
  3              2            8          4            0.0023%


thx in advance
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Does the order matter?
If it does, and you're asking what are the odds of getting a specific combination in a specific order (say as above, what are the chances of Cells 1-4 containing the random 0-9 results of "3,2,8,4"), isnt this just:

=(1/10)^4

The chances of finding the right number in cell 1 * chance of cell2, etc.
 
Upvote 0
Yeah order does matter.
ok yeah is what the odds is to get 3,2,8,4 in radom number. and the cell 5 will return the precent of it.
like the odds to get nr 3,2,8,4 is 0.0028 % chance to get that number in a row and its random 0-9 each cell.
 
Upvote 0

Forum statistics

Threads
1,223,229
Messages
6,170,881
Members
452,364
Latest member
springate

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