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

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,214,797
Messages
6,121,629
Members
449,041
Latest member
Postman24

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