PC Review


Reply
Thread Tools Rate Thread

calculate/convert volume price to monthly average price

 
 
=?Utf-8?B?QnVsdGdyZW4=?=
Guest
Posts: n/a
 
      13th Feb 2006
Let's assume that we have a price that is dependant on volume:
0-1k units: $10
1k-2k units: $9
2k-5k units: $8
5k-10k units:$7
10k-20k units: $6

Now, based on a volume forecast, I want to forecast the average price in a
given month. I started out using IF-formulas (thought that it would be enough
with 5 conditions), but I soon discovered that it was far more complex than
what I anticipated. Is there a nice formula for this (or VBA code) or is
there someone who has an idea on how to attack this problem in a good way?
 
Reply With Quote
 
 
 
 
Bernard Liengme
Guest
Posts: n/a
 
      13th Feb 2006
How will you predict the number of sales at each volume level?
If I thought the percentages would be: 5, 20, 50, 20, 5
I could compute an average with
=SUMPRODUCT({0.05,0.2,0.5,0.2,0.05},{10,9,8,7,6})
The answer, of course, is $8.00 since I used a symmetrical distribution.
Any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Bultgren" <(E-Mail Removed)> wrote in message
news:A2F133E2-0B6A-483F-A4FE-(E-Mail Removed)...
> Let's assume that we have a price that is dependant on volume:
> 0-1k units: $10
> 1k-2k units: $9
> 2k-5k units: $8
> 5k-10k units:$7
> 10k-20k units: $6
>
> Now, based on a volume forecast, I want to forecast the average price in a
> given month. I started out using IF-formulas (thought that it would be
> enough
> with 5 conditions), but I soon discovered that it was far more complex
> than
> what I anticipated. Is there a nice formula for this (or VBA code) or is
> there someone who has an idea on how to attack this problem in a good way?



 
Reply With Quote
 
=?Utf-8?B?QnVsdGdyZW4=?=
Guest
Posts: n/a
 
      14th Feb 2006
Unfortunately the total volume over the year is unpredictable so I can not
use percentages.

"Bernard Liengme" skrev:

> How will you predict the number of sales at each volume level?
> If I thought the percentages would be: 5, 20, 50, 20, 5
> I could compute an average with
> =SUMPRODUCT({0.05,0.2,0.5,0.2,0.05},{10,9,8,7,6})
> The answer, of course, is $8.00 since I used a symmetrical distribution.
> Any help?
> --
> Bernard V Liengme
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "Bultgren" <(E-Mail Removed)> wrote in message
> news:A2F133E2-0B6A-483F-A4FE-(E-Mail Removed)...
> > Let's assume that we have a price that is dependant on volume:
> > 0-1k units: $10
> > 1k-2k units: $9
> > 2k-5k units: $8
> > 5k-10k units:$7
> > 10k-20k units: $6
> >
> > Now, based on a volume forecast, I want to forecast the average price in a
> > given month. I started out using IF-formulas (thought that it would be
> > enough
> > with 5 conditions), but I soon discovered that it was far more complex
> > than
> > what I anticipated. Is there a nice formula for this (or VBA code) or is
> > there someone who has an idea on how to attack this problem in a good way?

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help: Need Excel formula to return correct price from price history table Ian_W-at-GMail Microsoft Excel Misc 6 21st Mar 2007 06:45 PM
average price S S Microsoft Excel Worksheet Functions 3 30th Apr 2006 07:26 AM
Copy latest price to form and update price history =?Utf-8?B?c3BhY2Vyb2NrZXQ=?= Microsoft Access Forms 0 4th Apr 2006 04:35 AM
monthly compound price and yield mike allen Microsoft Excel Discussion 0 12th Sep 2005 05:41 PM
change price in table w/out changing price in past records =?Utf-8?B?a2luYmVybHk=?= Microsoft Access 2 8th Nov 2003 01:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:08 PM.