Hi,
factually this is a question in two parts…
1. does anyone know a workaround which allows you to launch Excell’s solver feature for a problem with > 100 variables?
For example, I should want to use the Solver for determining a maximum (after calculation of a number of variables (among which cost and gain for this parameter), sums, totals, with some restrictions) based on a grid with 5 columns * 100 rows of cells, all having values = 0 / 1.
2. As an alternative, I’m thinking about using VBA to populate all cells with 0/1-values and log the result from those calculations (trying this out for all possible combinations) in search for the maximum I’m looking for. Is it necessary to refresh Excell after having populated the cells BEFORE reading the value from the calculated cell into memory, or is this refreshing done automatically? (I realise this isn’t the most time efficient way, but I don’t immediately see an alternative…)
![]() |
Patch reliability is unclear, but widespread attacks make patching prudent. Go ahead and patch, but watch out for potential problems. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Solver with > 100 variables (All)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Solver with > 100 variables (All)
- This topic has 18 replies, 4 voices, and was last updated 21 years, 6 months ago.
AuthorTopicWShasse
AskWoody LoungerOctober 30, 2003 at 12:44 am #395805Viewing 3 reply threadsAuthorReplies-
WSHansV
AskWoody Lounger -
WShasse
AskWoody LoungerOctober 30, 2003 at 1:36 am #737276Let’s assume that this isn’t a problem
(or is this not a wise assumption…? I assume you can use always use the time limit option, let it ‘roll’ overnight and see what you can get…)((Honestly, some( wishful )thin(kin)g(?) makes me still hope I can solve this problem with excel and not with bare programming
.
In the programming option I mentioned, I could reduce the number of ‘trials’ consistently by validating each possible combination to some restrictions first before I populate the excell cells with is. (E.g. one of the restrictions is that each set of 100 ‘bits’ should contain exactly 30 ‘ones’.) But even then, I assume it would still require considerable time.)) -
WSHansV
AskWoody LoungerOctober 30, 2003 at 1:53 am #737278Even with imposing extra conditions, the number of possibilities remains huge. Don’t think in terms of days, or months, or even years.
There are advanced methods involving algebraic geometry for solving this kind of problem in less time (relatively speaking), but I doubt that Excel or VBA is the tool of choice for these methods. The applied mathematics department of a university near you may be able to tell you more about this.
But it would be more useful to see if you can rephrase the problem to involve fewer unknowns.
-
WShasse
AskWoody LoungerOctober 30, 2003 at 2:09 am #737288OK, Hans,
as the situation I’m dealing with is more kind of a hobby (it’s about finding a ‘most successfull selection’ out of a poole of many candidates), I think I’ll have to try other ways (e.g. using Access in several steps, like e.g. automatically generating a list of all possible combinations by making a query based on twice the same table (or something alike) without using a join, then launch further calculations on each combination, sort the results, etc, or something…) or, more obviously, accept my defeat(…) Thanks for your time!
-
WSshades
AskWoody LoungerOctober 30, 2003 at 1:47 pm #737501FWIW, about two years we were looking at a real-world problem that we had narrowed down to 24 variables to look at correlation. Then we presented this to some statisticians. They wouldn’t even consider doing this on Excel or even Access. They used dedicated programs for dealing with that many variables (unfortunately, I can’t remember what programs they used).
-
WSshades
AskWoody LoungerOctober 30, 2003 at 1:47 pm #737502FWIW, about two years we were looking at a real-world problem that we had narrowed down to 24 variables to look at correlation. Then we presented this to some statisticians. They wouldn’t even consider doing this on Excel or even Access. They used dedicated programs for dealing with that many variables (unfortunately, I can’t remember what programs they used).
-
-
WShasse
AskWoody LoungerOctober 30, 2003 at 2:09 am #737289OK, Hans,
as the situation I’m dealing with is more kind of a hobby (it’s about finding a ‘most successfull selection’ out of a poole of many candidates), I think I’ll have to try other ways (e.g. using Access in several steps, like e.g. automatically generating a list of all possible combinations by making a query based on twice the same table (or something alike) without using a join, then launch further calculations on each combination, sort the results, etc, or something…) or, more obviously, accept my defeat(…) Thanks for your time!
-
-
WSHansV
AskWoody LoungerOctober 30, 2003 at 1:53 am #737279Even with imposing extra conditions, the number of possibilities remains huge. Don’t think in terms of days, or months, or even years.
There are advanced methods involving algebraic geometry for solving this kind of problem in less time (relatively speaking), but I doubt that Excel or VBA is the tool of choice for these methods. The applied mathematics department of a university near you may be able to tell you more about this.
But it would be more useful to see if you can rephrase the problem to involve fewer unknowns.
-
-
WShasse
AskWoody LoungerOctober 30, 2003 at 1:36 am #737277Let’s assume that this isn’t a problem
(or is this not a wise assumption…? I assume you can use always use the time limit option, let it ‘roll’ overnight and see what you can get…)((Honestly, some( wishful )thin(kin)g(?) makes me still hope I can solve this problem with excel and not with bare programming
.
In the programming option I mentioned, I could reduce the number of ‘trials’ consistently by validating each possible combination to some restrictions first before I populate the excell cells with is. (E.g. one of the restrictions is that each set of 100 ‘bits’ should contain exactly 30 ‘ones’.) But even then, I assume it would still require considerable time.)) -
Ronny
AskWoody Lounger -
Ronny
AskWoody Lounger
-
-
WSHansV
AskWoody Lounger -
Ronny
AskWoody LoungerOctober 30, 2003 at 2:47 pm #737535I’m a statistican so let me offer some input from that viewpoint. Your brief description sounds like you are trying to find the one best solution, that is, you want to perform linear programming. Since you want to limit the solutions to 0/1, you are really doing a special case of LP called integer programming. There is a bunch of software out there that can handle these types of problems and work them very fast. In fact, in the world of LP, 100 variables is not that big of deal. It would be foolish for you to try and reinvent the wheel using any Office program.
I would suggest that you look into specialized LP software. Personally, I use POM for Windows, not because it great, but because it came free with one of the textbooks I teach from. It being designed for college students, I doubt it could handle 100 variables but there are lots out there that can.
Ronny
-
Ronny
AskWoody LoungerOctober 30, 2003 at 2:47 pm #737536I’m a statistican so let me offer some input from that viewpoint. Your brief description sounds like you are trying to find the one best solution, that is, you want to perform linear programming. Since you want to limit the solutions to 0/1, you are really doing a special case of LP called integer programming. There is a bunch of software out there that can handle these types of problems and work them very fast. In fact, in the world of LP, 100 variables is not that big of deal. It would be foolish for you to try and reinvent the wheel using any Office program.
I would suggest that you look into specialized LP software. Personally, I use POM for Windows, not because it great, but because it came free with one of the textbooks I teach from. It being designed for college students, I doubt it could handle 100 variables but there are lots out there that can.
Ronny
Viewing 3 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Login issues with Windows Hello
by
CWBillow
3 hours ago -
How to get into a manual setup screen in 2024 Outlook classic?
by
Tex265
2 hours, 8 minutes ago -
Linux : ARMO rootkit “Curing”
by
Alex5723
11 hours, 27 minutes ago -
Employee monitoring app leaks 21 million screenshots in real time
by
Alex5723
11 hours, 33 minutes ago -
Google AI is now hallucinating idioms
by
Alex5723
12 hours, 5 minutes ago -
april update
by
69800
8 hours, 4 minutes ago -
Windows 11 Insider Preview build 27842 released to Canary
by
joep517
13 hours ago -
Quick Fix for Slowing File Explorer
by
Drcard:))
13 hours, 12 minutes ago -
WuMgr not loading?
by
LHiggins
13 hours, 48 minutes ago -
Word crashes when accessing Help
by
CWBillow
5 hours, 15 minutes ago -
New Microsoft Nag — Danger! Danger! sign-in to your Microsoft Account
by
EricB
12 hours, 50 minutes ago -
Blank Inetpub folder
by
Susan Bradley
10 hours, 15 minutes ago -
Google : Extended Repair Program for Pixel 7a
by
Alex5723
23 hours, 22 minutes ago -
Updates seem to have broken Microsoft Edge
by
rebop2020
9 hours, 47 minutes ago -
Wait command?
by
CWBillow
16 hours, 38 minutes ago -
Malwarebytes 5 Free version manual platform updates
by
Bob99
1 day, 6 hours ago -
inetpub : Microsoft’s patch for CVE-2025–21204 introduces vulnerability
by
Alex5723
1 day, 12 hours ago -
Windows 10 finally gets fix
by
Susan Bradley
1 day, 21 hours ago -
AMD Ryzen™ Chipset Driver Release Notes 7.04.09.545
by
Alex5723
1 day, 22 hours ago -
How to use Skype after May?
by
Joann
7 hours, 9 minutes ago -
Win 7 MS Essentials suddenly not showing number of items scanned.
by
Oldtimer
1 day, 17 hours ago -
France : A law requiring messaging apps to implement a backdoor ..
by
Alex5723
2 days, 11 hours ago -
Dev runs Windows 11 ARM on an iPad Air M2
by
Alex5723
2 days, 12 hours ago -
MS-DEFCON 3: Cleanup time
by
Susan Bradley
11 hours, 49 minutes ago -
KB5056686 (.NET v8.0.15) Delivered Twice in April 2025
by
lmacri
18 hours ago -
How to enable Extended Security Maintenance on Ubuntu 20.04 LTS before it dies
by
Alex5723
2 days, 23 hours ago -
Windows 11 Insider Preview build 26200.5562 released to DEV
by
joep517
3 days, 3 hours ago -
Windows 11 Insider Preview build 26120.3872 (24H2) released to BETA
by
joep517
3 days, 3 hours ago -
Unable to eject external hard drives
by
Robertos42
1 day, 14 hours ago -
Saying goodbye to not-so-great technology
by
Susan Bradley
1 day, 2 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.