A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Sum and Percentage Question...



 
 
Thread Tools Display Modes
  #1  
Old March 10th, 2010, 09:51 AM posted to microsoft.public.excel.worksheet.functions
Doofus
external usenet poster
 
Posts: 2
Default Sum and Percentage Question...

Hi,

I'm after some help on what should be a fairly simple formula...

I have 2 columns of data as follows:

Column A - Product Name
Column B - Quantity

In Column C I would like a formula that does the follwing:

1. Subtracts 1 from the Quantity.
2. Multiplies the revised quantity by a price manually entered in the
formula.
3. Subtracts a % from this value - this % is variable and could be 5%, 10%
or 20%.

So for example:

Product Name = "Apples"
Quantity = 3
% to discount from Sum = 5%
Manual Price = £50

The formula would therefore subtract 1 from 3 (leaving 2), multiply 2 x £50
(price) and then subtract 5% from the total. ie. the cell should provide the
total of £95.

I want to avoid having multiple columns holding the % to remove / the
revised quantity.

Any help would be greatly appreciated!!
  #2  
Old March 10th, 2010, 10:43 AM posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
 
Posts: 8,419
Default Sum and Percentage Question...

Hi,

With a quantity in B2 try this

=(B2-1)*50*(1-5%)


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Doofus" wrote:

Hi,

I'm after some help on what should be a fairly simple formula...

I have 2 columns of data as follows:

Column A - Product Name
Column B - Quantity

In Column C I would like a formula that does the follwing:

1. Subtracts 1 from the Quantity.
2. Multiplies the revised quantity by a price manually entered in the
formula.
3. Subtracts a % from this value - this % is variable and could be 5%, 10%
or 20%.

So for example:

Product Name = "Apples"
Quantity = 3
% to discount from Sum = 5%
Manual Price = £50

The formula would therefore subtract 1 from 3 (leaving 2), multiply 2 x £50
(price) and then subtract 5% from the total. ie. the cell should provide the
total of £95.

I want to avoid having multiple columns holding the % to remove / the
revised quantity.

Any help would be greatly appreciated!!

  #3  
Old March 10th, 2010, 10:56 AM posted to microsoft.public.excel.worksheet.functions
Doofus
external usenet poster
 
Posts: 2
Default Sum and Percentage Question...

Mike,

Many thanks, as simple as I expected.... I'd not bracketed the first part of
the formula when I was trying to sort it out.

Really appreciate the help / prompt response.

Rob.

"Mike H" wrote:

Hi,

With a quantity in B2 try this

=(B2-1)*50*(1-5%)


--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Doofus" wrote:

Hi,

I'm after some help on what should be a fairly simple formula...

I have 2 columns of data as follows:

Column A - Product Name
Column B - Quantity

In Column C I would like a formula that does the follwing:

1. Subtracts 1 from the Quantity.
2. Multiplies the revised quantity by a price manually entered in the
formula.
3. Subtracts a % from this value - this % is variable and could be 5%, 10%
or 20%.

So for example:

Product Name = "Apples"
Quantity = 3
% to discount from Sum = 5%
Manual Price = £50

The formula would therefore subtract 1 from 3 (leaving 2), multiply 2 x £50
(price) and then subtract 5% from the total. ie. the cell should provide the
total of £95.

I want to avoid having multiple columns holding the % to remove / the
revised quantity.

Any help would be greatly appreciated!!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.