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

Ottsel

Board Regular
Joined
Jun 4, 2022
Messages
174
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

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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