bloubul
Member
Hi PAB,
I need some help with this formula, can you provide me with a better one please: "=IF(C2*0.5=INT(C2*0.5),1,0)+IF(D2*0.5=INT(D2*0.5),1,0)+IF(E2*0.5=INT(E2*0.5),1,0)+IF(F2*0.5=INT(F2*0.5),1,0)+IF(G2*0.5=INT(G2*0.5),1,0)+IF(H2*0.5=INT(H2*0.5),1,0)" +"=$L$1-J2" I use this to determin odd and even numbers per draw. This is the results up to date.
Nr of Draws = 501
Even 6 5 4 3 2 1 0
Odd 0 1 2 3 4 5 6
Result 7 44 120 175 118 34 3
Percentage 1.4 8.8 24.0 34.9 23.6 6.8 0.6
Can you also help me with a VB script that can sort a wheel 10,000 lines in the same manner please.
Thanking you in advance
BlouBul
I need some help with this formula, can you provide me with a better one please: "=IF(C2*0.5=INT(C2*0.5),1,0)+IF(D2*0.5=INT(D2*0.5),1,0)+IF(E2*0.5=INT(E2*0.5),1,0)+IF(F2*0.5=INT(F2*0.5),1,0)+IF(G2*0.5=INT(G2*0.5),1,0)+IF(H2*0.5=INT(H2*0.5),1,0)" +"=$L$1-J2" I use this to determin odd and even numbers per draw. This is the results up to date.
Nr of Draws = 501
Even 6 5 4 3 2 1 0
Odd 0 1 2 3 4 5 6
Result 7 44 120 175 118 34 3
Percentage 1.4 8.8 24.0 34.9 23.6 6.8 0.6
Can you also help me with a VB script that can sort a wheel 10,000 lines in the same manner please.
Thanking you in advance
BlouBul