percentage

Joined
Feb 11, 2007
Messages
2
Reaction score
0
Hi
new to this...

can anyone help ? how do i deduct 20%
i have a work sheet running at the moment and i need to deduct 20%
from my list prices ?
i can do it on a calculator but it would be much easier with a sum


thanks
 
Calculate %

Hi Steve,

Same way as you would on a calculator.

But in formula it would be =SUM(B4/100*20)

B4 being the cell with your prices

so you could have 3 columns your prices the percentage column with the above formula then another column where you subtract the % of the prices.

Or if you prefer in swoop =B4-SUM(B4/100*20)
 
Last edited:

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

Access Ms Access 0
percentage removal problem 0
Help on Formula- 1
IF function help please? 0
Excel Subtracting multiple columns from another column 3
link cells 4
copying info from one workbook to another one 1
EXcel IF function 1

Back
Top