What-If Analysis 'Goal Seek' That can be used on Multiple Cells

Ottsel

Board Regular
Joined
Jun 4, 2022
Messages
167
Office Version
  1. 365
Platform
  1. Windows
I currently use the 'What-If Analysis' > Goal Seek on multiple rows of data to get a certain percentage that I need to reach.

1663169112523.png


I'm trying to make it, so if I were to select a vector of cells I could make them reference column F to change to my desired percentage. In this case: I need column D to change until F = '-10.0%'

The 'Goal Seek' function works wonderfully on small tables of data, but to use it on hundreds of rows can be very time consuming, so I was attempting to speed it up.

The reason I'm attempting this method is because E uses column D and A to get its amount, so it can be conflicting.
A: is a hard number
B:
Excel Formula:
=IF(OR(Z339=0,AD339=0),0,AD339-Z339)
C:
Excel Formula:
=IF(Z339=0,0,IF(OR(AA339/Z339>1,AA339/Z339<-1),0,AA339/Z339))
D: is a hard number
E:
Excel Formula:
=IF(S339+Y339>=0,CEILING(S339+Y339,5),FLOOR(S339+Y339,-5))+AC339+G339
F: References another sheet.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,214,935
Messages
6,122,337
Members
449,078
Latest member
skydd

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