Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default No one has the same problem?

I created a quote sheet and I can't figure out how to change discounts using
percentages.

many cells will have the product price and another cell is the discount
percentage offered to a specific customer.

I have customer that receive 6% and others may be higher. I would like to be
able to change the discount value for 6% to 8% and it would automatically
readjust the discount for all the product cell. I have the format of the
discount cell set to percentage. It will only minus the cells by .06 and not
by the percent.

Any help is greatly appreciated
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default No one has the same problem?

Say you have the price in cell A1 and the discount value (as a
percentage) in cell B1, then the formula you need for the discounted
value would be - =A1-(A1*B1)

As I understand it, you are typing in =A1-B1 which will only take one
value away from another, ie $10.00 - 6% (0.06).
In my formula, (A1*B1) will calculate how much of the price the
percentage is, this is then taken away from the original price (A1)
giving you the dicounted amount!
Comprende?

Tony

gimeabrek071 wrote:
I created a quote sheet and I can't figure out how to change discounts using
percentages.

many cells will have the product price and another cell is the discount
percentage offered to a specific customer.

I have customer that receive 6% and others may be higher. I would like to be
able to change the discount value for 6% to 8% and it would automatically
readjust the discount for all the product cell. I have the format of the
discount cell set to percentage. It will only minus the cells by .06 and not
by the percent.

Any help is greatly appreciated


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 860
Default No one has the same problem?

Hi,

Say your discount cell is B1 and your prices are in A3:A100.

In B3 put =A3*(1-$B$1) and copy it down to A100

Now you can plug any value you like into B1 and the discount price
in column B will adjust.

That's assuming that B1 is formatted to percentage if you want B1
to be general format then adjust the formula to =A3*(1-$B$1/100)

HTH
Martin


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default No one has the same problem?

You guys are the best!

Thank you

"bony_tony" wrote:

Say you have the price in cell A1 and the discount value (as a
percentage) in cell B1, then the formula you need for the discounted
value would be - =A1-(A1*B1)

As I understand it, you are typing in =A1-B1 which will only take one
value away from another, ie $10.00 - 6% (0.06).
In my formula, (A1*B1) will calculate how much of the price the
percentage is, this is then taken away from the original price (A1)
giving you the dicounted amount!
Comprende?

Tony

gimeabrek071 wrote:
I created a quote sheet and I can't figure out how to change discounts using
percentages.

many cells will have the product price and another cell is the discount
percentage offered to a specific customer.

I have customer that receive 6% and others may be higher. I would like to be
able to change the discount value for 6% to 8% and it would automatically
readjust the discount for all the product cell. I have the format of the
discount cell set to percentage. It will only minus the cells by .06 and not
by the percent.

Any help is greatly appreciated



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
have some problem with database baldamenti Excel Discussion (Misc queries) 1 October 13th 05 05:38 PM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Problem With Reference Update Egon Excel Worksheet Functions 17 July 16th 05 05:45 AM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM


All times are GMT +1. The time now is 07:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"