Hello everyone. My program is in French, so I'm sorry if I'm not using the "right" code names...
I'm not very good at excel but have a complicated formula to write. I have five columns, A and B are the random calculations ( RANDOM () ); C and D are the dice that I'm Rolling (there are two) and E is the sum of what C and D give when Rolling the dice.

Here is a copy of the first 10 lines.
ALEA 1 ALEA 2 dé 1 dé 2 Somme
0,883457512 0,914274962 5 5 10
0,464863923 0,628784752 3 4 7
0,50959559 0,867733111 3 5 8
0,237929421 0,577711023 2 3 5
0,396385446 0,397612714 2 2 4
0,587552894 0,718479076 3 4 7
0,22327887 0,043107088 2 1 3
0,808080863 0,602729872 5 4 9
0,753995496 0,336219904 4 2 6
0,593697167 0,179492347 3 1 4

The problem is this: I need to say how many wins there are for dice throws with the following rules:
two odd numbers = game won
two even numbers = neither lost nor won
anything else = game lost.

Is there a formula to count that? I can't just do a "count.if" formula because for example in the "somme" column, when I get a four, the dice could be 2+2 or 3+1. 2+2=neither lost nor won but 3+1 wins...

Thanks for your help!
Cynthia