HiFunkyCatSpangky said:Hi Moses,
I have converted your 1/49 number database to 1/50 for use with the euro million
I have searched the latest euro million results with my 1/50 number database and some are quite accurate ...
Yes, I can find the numbers drawn in the 1/50 database but I just have not found a way to predict the winning numbers ...
May I please kindly ask if you have any information that can allow me to predict the next euro million via my 1/50 number database ???
Thanks ...
![]()
Hello bloubulbloubul said:Hi Moses
Here is your excel formula for last ending digits no need for a program, from an "ungrateful person with short memory", but it does not include the bonus number.
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="0"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="1"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="2"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="3"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="4"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="5"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="6"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="7"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="8"))
=SUMPRODUCT(--(RIGHT($C4:$H4,1)="9"))
Just change my cell reference to yours if it is not the same, and copy it all the way down. Your other stuff is also easy, your stuff is from A1---G1,so in column I1 you type, =A1+1,J1=B1+1,etc..etc, untill you have coverd all 7 numbers, so easy, copy it all the way as well.
BlouBul![]()
jack said:Hello, moses, but also would not put the two options 1 = increased number and also a decrease in number? Standing adjacent numbers!
Example = 43 19 22 36 25 11 49
More than a number = a number = least 44,20,23,37,26,12,50 42,18,21,35,24,10,48
What do you think?

Hey Jackjack said:Hello, you change the formula for these values of = ok
Sub test () With Range ("B1: AY7") .. Formula = "= MOD (A1, 50) +1" Value = Value End With End Sub.