+ Reply to Thread
Results 1 to 2 of 2

Solver Slowdown

  1. #1
    Registered User
    Join Date
    03-03-2014
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    1

    Solver Slowdown

    Hi,
    I'm new to Solver and VBA, but so far I've been able to get everything working. However, some of the formulas I'm using cause a significant delay when I use Solver (macro'd to an ActiveX button) and I'm wondering if there's a better solution than what I'm using. Some of this will be vague, to protect company data...
    I'm using Solver to calculate my highest acquisition price while still hitting a given annual return. I have a list of vendors with different fees, some of which have minimums: Vendor A charges 3% of the acquisition price, while Vendor B charges 2% or $2000, whichever is higher. The latter example is causing performance delays. For these, I've been using MAX(Price*.02, 2000) although I tried IF(Price*.02>2000, Price*.02, 2000) with no time gained. I select vendors from a dropdown, fees are added and I have the total purchase price in a separate cell, run that through a number of calculations, and I get my estimated return. So the setup is:
    Purchase Price: D9
    Total Purchase Price (w/fees): D8
    Est Return: I18
    The Solver constraints:
    Purchase Price must be greater than Zero - somewhat extraneous
    Purchase Price must be less than Resell Price - somewhat extraneous
    Total Profit must exceed a given value
    I'm happy to provide anything else needed, if anyone can think of a way to speed up the solutions for the variable-fee formulas. Thanks!

  2. #2
    Forum Expert Alf's Avatar
    Join Date
    03-13-2004
    Location
    Gothenburg/Mullsjoe, Sweden
    MS-Off Ver
    Excel 2019 and not sure I like it
    Posts
    4,758

    Re: Solver Slowdown

    I would suggest you upload a file one could "play around with" to see if speed of solving time could be reduced.

    Alf

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. excel slowdown
    By by1612 in forum Excel General
    Replies: 0
    Last Post: 07-22-2011, 05:48 PM
  2. Too many sumproduct formulas causing slowdown
    By sd7000 in forum Excel General
    Replies: 5
    Last Post: 08-28-2009, 09:37 AM
  3. Workbook slowdown.
    By wickerman in forum Excel General
    Replies: 9
    Last Post: 03-30-2009, 08:57 AM
  4. [SOLVED] DFunction + Print Preview = Slowdown ???
    By Jon Young in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-21-2006, 09:25 AM
  5. Conditional Formating Slowdown
    By addy81 in forum Excel General
    Replies: 0
    Last Post: 04-12-2006, 09:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1