percent formula

  • Thread starter Thread starter israel
  • Start date Start date
I

israel

Anyone please!

How do I write a formula that gives me the total after deducting %.
Example if I have $25 and I need to deduct 14% and I need to show the total
which
would be 21.50
 
Try this:

=25*(1-14%)

A1 = 25
B1 = 14%

=A1*(1-B1)

Format as General or Number
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Subtracting multiple columns from another column 3
Access Ms Access 0
excel formula 1
Assistance with formula in SumIf statement 1
Formulas 4
Please help with subtraction formula 7
A total Formula (Help) 2
problem combining 2 formulas 3

Back
Top