cell A1: 1.25 (sell price)
cell A2: 20 (profit margin)

cell A3: =A1-(A1*(A2/100))

Based on the input values above, the answer (A3) should be $1.00

See how that goes.