#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Solver or not Solver

Hello
I use "solver " to calculate a formula. I need to send the woorkshet to
different people and they will have to use solver. Here are some of the
problems. Some of the users do not have the solver add in- ,some have excel
2000, some excel 2002 and others excel 2003. Is there a formula that I can
use instead of solver? thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Solver or not Solver

It depends entirely on what you are using Solver to solve. It may
well be possible to write the workbook such that Solver is not
required, but that depends on what is being calculated and what that
calculation depends on.

Much more detail is required.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Thu, 11 Dec 2008 10:50:03 -0800, Marilyn
wrote:

Hello
I use "solver " to calculate a formula. I need to send the woorkshet to
different people and they will have to use solver. Here are some of the
problems. Some of the users do not have the solver add in- ,some have excel
2000, some excel 2002 and others excel 2003. Is there a formula that I can
use instead of solver? thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Solver or not Solver

Probably, but you would need to provide an example of what you're trying to
solve for us to give you a formula.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Marilyn" wrote:

Hello
I use "solver " to calculate a formula. I need to send the woorkshet to
different people and they will have to use solver. Here are some of the
problems. Some of the users do not have the solver add in- ,some have excel
2000, some excel 2002 and others excel 2003. Is there a formula that I can
use instead of solver? thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 211
Default Solver or not Solver

Great thanks
Here is a sample - below is the orginal
price Qty discount Selling price
1,000.00 1,000.00
250 1 2% 245.00
450 1 2% 441.00
75 2 2% 147.00
600 1 2% 588.00
200 1 5% 190.00
700 1 10% 630.00
650 2 40% 784.08
4,025.08
after using solver this is my answer

3,925.00 3500
price Qty discount Selling price
1,000.00 1,000.00
250 1 7% 233.56
450 1 10% 403.92
75 2 5% 142.88
600 1 13% 522.08
200 1 9% 182.68
700 1 23% 540.27
650 2 63% 474.62
3,500.00
Explanation
3,925 is the price of the component
3500 is what the customer is willing to pay.
first item for 1,000 cannot be discounted
so I want to apply a discount that would equal the total amount the
customer wants to spend


"Chip Pearson" wrote:

It depends entirely on what you are using Solver to solve. It may
well be possible to write the workbook such that Solver is not
required, but that depends on what is being calculated and what that
calculation depends on.

Much more detail is required.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Thu, 11 Dec 2008 10:50:03 -0800, Marilyn
wrote:

Hello
I use "solver " to calculate a formula. I need to send the woorkshet to
different people and they will have to use solver. Here are some of the
problems. Some of the users do not have the solver add in- ,some have excel
2000, some excel 2002 and others excel 2003. Is there a formula that I can
use instead of solver? thanks


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 690
Default Solver or not Solver

Hi. From what I see, there are no constraints on the discounts, so
there are an infinite number of ways to allocate your discounts.
How about a constant discount rate?

1000 + 2925*d = 3500

Solving, your 'd' is about 0.85470085

or stated maybe as (1-0.85470085) = 0.14529915

or about 14.53% discount.

= = =
Dana DeLouis



Marilyn wrote:
Great thanks
Here is a sample - below is the orginal
price Qty discount Selling price
1,000.00 1,000.00
250 1 2% 245.00
450 1 2% 441.00
75 2 2% 147.00
600 1 2% 588.00
200 1 5% 190.00
700 1 10% 630.00
650 2 40% 784.08
4,025.08
after using solver this is my answer

3,925.00 3500
price Qty discount Selling price
1,000.00 1,000.00
250 1 7% 233.56
450 1 10% 403.92
75 2 5% 142.88
600 1 13% 522.08
200 1 9% 182.68
700 1 23% 540.27
650 2 63% 474.62
3,500.00
Explanation
3,925 is the price of the component
3500 is what the customer is willing to pay.
first item for 1,000 cannot be discounted
so I want to apply a discount that would equal the total amount the
customer wants to spend


"Chip Pearson" wrote:

It depends entirely on what you are using Solver to solve. It may
well be possible to write the workbook such that Solver is not
required, but that depends on what is being calculated and what that
calculation depends on.

Much more detail is required.

Cordially,
Chip Pearson
Microsoft MVP
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Thu, 11 Dec 2008 10:50:03 -0800, Marilyn
wrote:

Hello
I use "solver " to calculate a formula. I need to send the woorkshet to
different people and they will have to use solver. Here are some of the
problems. Some of the users do not have the solver add in- ,some have excel
2000, some excel 2002 and others excel 2003. Is there a formula that I can
use instead of solver? thanks

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
Need help using solver Tracylou24 Excel Discussion (Misc queries) 2 December 3rd 08 08:58 PM
Where is Solver Lance Wallace Excel Discussion (Misc queries) 1 June 1st 06 04:30 PM
solver John Excel Worksheet Functions 6 February 18th 06 06:37 PM
Solver VBA kwrohde Excel Discussion (Misc queries) 1 January 18th 06 04:28 PM
Interesting Solver problem (Solver encounters an error) MrShorty Excel Discussion (Misc queries) 3 December 22nd 05 10:52 PM


All times are GMT +1. The time now is 12:58 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"