Open main menu

TaticView β

Changes

Expressions/pt-br

9 bytes added, 19:48, 22 November 2019
Created page with " '''IF("Lucro" == 0; 0; "Lucro" + "Impostos")''' – Se o ''Lucro'' for igual a ''0'' retorna ''0'', se não retorna a soma entre o ''Lucro'' e os ''Impostos''"
'''IF(BETWEEN("Valor"; 0; 100); 10; 250)''' – Se o ''Valor'' estiver entre ''0'' e ''100'' retorna ''10'', se não retorna ''250''
'''IF("ProfitLucro" == 0;0;"ProfitLucro" + "TaxesImpostos")''' - If – Se o ''ProfitLucro'' equals for igual a ''0'' returns retorna ''0'', if it does not return the sum between se não retorna a soma entre o ''ProfitLucro'' and e os ''TaxesImpostos''