1
I have my championship leaderboard, which has a row "Number of Laps per Race" and, below, "Turns Completed".
I want to go through all the values of the line "Turns Completed" and compare with the "Number of laps per race", with the following logic:
se Voltas Completadas < (Voltas por corrida*0,35 ),
retorna 1(quantas vezes ocorrer) na célula,
senão,
retorna 0
But I can’t make it work. I tried with CONT.SE
, but it seems to only work with some specific value!
How to make this formula?
Thanks @ricidleiv , it worked!
– Bruno Santos