Lottery Grid - Total Numbers by Position

ststern45

Well-known Member
Joined
Sep 17, 2005
Messages
961
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
I want to create a gird as follows:
Cell A1 = Number
Cells A2 through A40 = numbers 1 through 39
Cell B1 = P1 (Position 1)
Cell C1 = P1 (Position 2)
Cell D1 = P1 (Position 3)
Cell E1 = P1 (Position 4)
Cell F1 = P1 (Position 5)

Cell B2 = formula for counting how many times the number 1 appears in the 1st position of a 5/39 lottery game
Cell B3 = formula for counting how many times the number 2 appears in the 1st position of a 5/39 lottery game
Etc., etc.

Cell C3 = formula for counting how many times the number 2 appears in the 2nd position of a 5/39 lottery game

Thank you in advance!!
 

Attachments

  • LotteryGrid.png
    LotteryGrid.png
    18.3 KB · Views: 30

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
I think I have the Position 1 correct.
B2 through B36

B2 formula = combin(38,4)
B3 formula = combin(37,4)

B36 formula = combin(4,1)
B37 through B40 would not contain any formulas
 

Attachments

  • LotteryGrid2.png
    LotteryGrid2.png
    18.1 KB · Views: 16
Upvote 0
Marcelo. Thank you so much.
Calculations are correct.
Genius!!
 
Upvote 0

Forum statistics

Threads
1,214,915
Messages
6,122,212
Members
449,074
Latest member
cancansova

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