Winalot2007
Member
To all the Excel experts here.
There are a number of excellent posts on Excel and VBA here.
I have a question about Lexigraphic formulas.
There was a post here on this forum that provided a formula for generating a Lexigraphic Number based on the lottery combination:
=COMBIN(39,5)
-IF(35-$A1>0,COMBIN(39-$A1,5),0)
-IF(36-$B1>0,COMBIN(39-$B1,4),0)
-IF(37-$C1>0,COMBIN(39-$C1,3),0)
-IF(38-$D1>0,COMBIN(39-$D1,2),0)
-IF(39-$E1>0,COMBIN(39-$E1,1))
For example: Cash5/39 Game
1,2,3,4,5 = Lexigraphic # 000001
35,36,37,38,39 = Lexigraphic #575757
Is there a way you can enter the Lexigraphic number and generate the Pick 5 combination?
Thanks,
Steve
There are a number of excellent posts on Excel and VBA here.
I have a question about Lexigraphic formulas.
There was a post here on this forum that provided a formula for generating a Lexigraphic Number based on the lottery combination:
=COMBIN(39,5)
-IF(35-$A1>0,COMBIN(39-$A1,5),0)
-IF(36-$B1>0,COMBIN(39-$B1,4),0)
-IF(37-$C1>0,COMBIN(39-$C1,3),0)
-IF(38-$D1>0,COMBIN(39-$D1,2),0)
-IF(39-$E1>0,COMBIN(39-$E1,1))
For example: Cash5/39 Game
1,2,3,4,5 = Lexigraphic # 000001
35,36,37,38,39 = Lexigraphic #575757
Is there a way you can enter the Lexigraphic number and generate the Pick 5 combination?
Thanks,
Steve