Good morning. We will held sport day. And I would like some formular how to calculate the score for each prize. Please let see the data.
Sport----Type----Prize-----
a--------b--------c--------
100------1------- 1------- 7 (If we use the pattern for each prize and calculate.)
200------1------- 3------- 3
400------1------- 2------- 5
4x100----2------- 1------- 9
Total Score ------24-------
The criteria if type = 1 the prize scores are 1=7, 2=5, 3=3 and if type = 2, the prize scores are 1=9,2=7 and 3=5.
I would like the answer as the above example.
Now I use +(countif(c1:C4,1)*7)+(countif(c1:c4,2)*5).... I cannot separate type 1 or type 2 for each score.
Thank you very much.
Sport----Type----Prize-----
a--------b--------c--------
100------1------- 1------- 7 (If we use the pattern for each prize and calculate.)
200------1------- 3------- 3
400------1------- 2------- 5
4x100----2------- 1------- 9
Total Score ------24-------
The criteria if type = 1 the prize scores are 1=7, 2=5, 3=3 and if type = 2, the prize scores are 1=9,2=7 and 3=5.
I would like the answer as the above example.
Now I use +(countif(c1:C4,1)*7)+(countif(c1:c4,2)*5).... I cannot separate type 1 or type 2 for each score.
Thank you very much.
Last edited: