Need Goal Seek Alternative to Limit Value of Cell

CuriousForge

New Member
Joined
Aug 20, 2018
Messages
24
Hello good people of Mr Excel.

Need an alternative to the Goal Seek function in whatever form possible (VBA, a formula - anything that works automatically).

Problem: I need to limit the value of column D to max 15% in each line (can be less, but not more).
This should be achieved by changing the values of column B manually with a max threshold of 60% (i.e can be less but not more).
1636400644203.png

Formulas Used:
Column A - plain text
Column B - plain text
Column C- =A2*B2
Column D - IFERROR(C2/$C$6,0)

The challenge faced is as soon as one value is changed in e.g B2 (60% or less) to meet the limit of D2 (15% or less), the other lines in D3,4,5 jumps to exceed the limit of 15% resulting in an eternal chase to meet the constraints across all lines.
Unfortunately the Solver function has also not helped.


Expected result:
Column D can be less than 15% , but not more.
Column B can be less than 60%, but not more.
1636400693170.png
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.

Forum statistics

Threads
1,215,329
Messages
6,124,301
Members
449,149
Latest member
mwdbActuary

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top