need formula for percent off of column

G

Guest

I know nothing about this and I am in a pickle. I don't even know where to
type in the formula, so please spell it out for me in kindergarten language.
I need a formula that will figure a percentage off.

I have a column that is Retail Price and I need a formula that will auto
fill 15% off the retail price of each cell in the previous column.

I hope I am explaining this correctly.

Thanks,
JB
 
B

Biff

Hi!

Assume your current retail price list is in the range
A1:A10.

In cell B1 enter this formula:

=A1-A1*.15

With cell B1 still selected use your mouse and point to
the little black square in the bottom right of the cursor.
The fat "+" sign will change to a skinny "+" sign. Left
click and hold then drag copy the formula down to A10.

Biff
 
J

JE McGimpsey

Since 100% is equal to one, 15% off can be represented as 100%-15%, or
1-15%, so if your retail price is in column A:

B1: =A1 * (1-15%)

which is also equivalent to

B1: =A1 * 85%


You can copy that formula in B1 down as far as necessary.
 
G

Gordon

JE said:
Since 100% is equal to one, 15% off can be represented as 100%-15%, or
1-15%, so if your retail price is in column A:

B1: =A1 * (1-15%)

S/be =A1 * (1-0.15)
 

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

Top