Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
cell AC21 = 4.5 (hard coded number).
Cell AF21 = formula Anyone have a macro that will goalseek cell af21 so it = cell ac21? thanks a lot |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I forgot to say that the goal seek should be performed by changing the hard
coded value in cell af 13 "SteveC" wrote: cell AC21 = 4.5 (hard coded number). Cell AF21 = formula Anyone have a macro that will goalseek cell af21 so it = cell ac21? thanks a lot |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub TEST()
Range("af21").GoalSeek Goal:=Range("ac21"), ChangingCell:=Range("af13") End Sub ah ha! "SteveC" wrote: I forgot to say that the goal seek should be performed by changing the hard coded value in cell af 13 "SteveC" wrote: cell AC21 = 4.5 (hard coded number). Cell AF21 = formula Anyone have a macro that will goalseek cell af21 so it = cell ac21? thanks a lot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Goal Seek | Excel Discussion (Misc queries) | |||
goal seek circular reference | Excel Discussion (Misc queries) | |||
How to set the "to value" in GOAL SEEK as a cell reference? | Excel Worksheet Functions | |||
Goal Seek - reference a cell for "To value" field? | Excel Worksheet Functions | |||
Goal Seek | Excel Programming |