![]() |
need formula for percent off of column
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 |
Answer: need formula for percent off of column
Hi JB,
No worries, I can definitely help you with that! Here's a
For example, if your retail price is in cell A2, you would type the following formula in the cell where you want the discounted price to appear: Formula:
This formula will automatically calculate 15% off the retail price in cell A2 and display the discounted price in the cell where you entered the formula. |
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 -----Original Message----- 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 . |
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. In article , "JB" wrote: 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. |
JE McGimpsey wrote:
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) -- Registered Linux User no 240308 Just waiting for Broadband to complete the conversion!(9 days and counting!) gordonATgbpcomputingDOTcoDOTuk to email me remove the obvious! |
Works either way.
In article , Gordon wrote: S/be =A1 * (1-0.15) |
GREAT! Thanks so much!
"JE McGimpsey" wrote: Works either way. In article , Gordon wrote: S/be =A1 * (1-0.15) |
All times are GMT +1. The time now is 03:48 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com