Italian Excel formula
=A2*B2/100
=A2*B2/100
=A2*B2/100
If A2 contains 250 and B2 contains 20, the result is 50.
Common errorIf B2 is already formatted as a percentage, use =A2*B2.
The basic formula is value times percentage divided by 100.
If the cell contains 20%, Excel treats it as 0.20.
Use =250*20/100.
Check percentage formatting.