strajker
Well-known member
Re: YAPONESIA: Your Sound ~ NSC 129 NF
n * ((30+n)/100) = score
/* following part only if the nation voted in the poll
IF (vote=1){
score*1.075
}
else {
score*0.975
}
B1=score, A1=pointsfrompoll
=IF(A1=1,1.075*(B1*((30+B1)/100)),0.975*(B1*((30+B1)/100)))
n * ((30+n)/100) = score
/* following part only if the nation voted in the poll
IF (vote=1){
score*1.075
}
else {
score*0.975
}
B1=score, A1=pointsfrompoll
=IF(A1=1,1.075*(B1*((30+B1)/100)),0.975*(B1*((30+B1)/100)))