Create a percentage formula for exemple: (valor1 * (valor2 / 100))

Hey guys,

I need to make the percentage of my number 1 and number 2, how do I?

1 Like

That way:

That is, unless you want to avoid decimals if the division by 100 would leave a non integer, in which case, you need to use the math function “round”, and if you want to add a “%” symbol, in which case you’d need to use the text “join” function.

1 Like

but it shows the decimal point
ex txt1 is 9 text 2 is 15
it shows 1.34 that dosent make sense

Why doesn’t it make sense? 15% of 9 is 1.35. What were you expecting 15% of 9 to equal?

1 Like

it does make sense
then tell the real ans

15% of 9 is 1.35

Do you have a question? If something isn’t working in your project, please provide a link to the project and tell us which screen has the issue.