#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Goal Seek

Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would be the
value to be set, and C1 would be the cell to change till it equals B1, by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Goal Seek

Goto Google Groups:

http://groups.google.com/grphp?hl=en&tab=wg

and enter the following in the Search Groups Box:

"goal seek function" group:*Excel

--
Gary''s Student - gsnu200773


"lawson" wrote:

Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would be the
value to be set, and C1 would be the cell to change till it equals B1, by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Goal Seek

How is this function used?

if i have a formula in c5, that reads '=b9^1.7', and i want to set that cell
equal to 44 by changing cell b9, how do i use thie 'backward' function to do
that?

thanks



"Gary''s Student" wrote:

Goto Google Groups:

http://groups.google.com/grphp?hl=en&tab=wg

and enter the following in the Search Groups Box:

"goal seek function" group:*Excel

--
Gary''s Student - gsnu200773


"lawson" wrote:

Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would be the
value to be set, and C1 would be the cell to change till it equals B1, by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 947
Default Goal Seek

Maybe for this particular problem...

=POWER(44,1/1.7)

--
HTH :)
Dana DeLouis


"lawson" wrote in message
...
How is this function used?

if i have a formula in c5, that reads '=b9^1.7', and i want to set that
cell
equal to 44 by changing cell b9, how do i use thie 'backward' function to
do
that?

thanks



"Gary''s Student" wrote:

Goto Google Groups:

http://groups.google.com/grphp?hl=en&tab=wg

and enter the following in the Search Groups Box:

"goal seek function" group:*Excel

--
Gary''s Student - gsnu200773


"lawson" wrote:

Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would
be the
value to be set, and C1 would be the cell to change till it equals B1,
by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any
cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Goal Seek

Excel has a help function. I would heartily recommend it.
--
David Biddulph

"lawson" wrote in message
...
How is this function used?

if i have a formula in c5, that reads '=b9^1.7', and i want to set that
cell
equal to 44 by changing cell b9, how do i use thie 'backward' function to
do
that?


"Gary''s Student" wrote:

Goto Google Groups:

http://groups.google.com/grphp?hl=en&tab=wg

and enter the following in the Search Groups Box:

"goal seek function" group:*Excel


"lawson" wrote:

Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would
be the
value to be set, and C1 would be the cell to change till it equals B1,
by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any
cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 44
Default Goal Seek

thanks, but the formula in my last question was jsut an example. the real
formula i keep having to goalseek is:

=MAX(8*$C29,6,IF(AND($C$16=0,$C$90),1/50,IF($C$15=1,IF($B29<=6,1/25,1/20),IF($B29<=6,3/50,3/40)))*$C$5*$C$4*$C29*$C$6/SQRT(Q$21)*IF($C$90,IF(AND($B29<=11,$C$100),$D$1 0,1)*IF(AND($B29<=11,$C$110),$D$11,1)*IF(AND($B29 <=11,$C$120),$D$12,1)*IF($C$130,$D$13,1),1))*IF( $C$16=1,1.3,1)

"Dana DeLouis" wrote:

Maybe for this particular problem...

=POWER(44,1/1.7)

--
HTH :)
Dana DeLouis


"lawson" wrote in message
...
How is this function used?

if i have a formula in c5, that reads '=b9^1.7', and i want to set that
cell
equal to 44 by changing cell b9, how do i use thie 'backward' function to
do
that?

thanks



"Gary''s Student" wrote:

Goto Google Groups:

http://groups.google.com/grphp?hl=en&tab=wg

and enter the following in the Search Groups Box:

"goal seek function" group:*Excel

--
Gary''s Student - gsnu200773


"lawson" wrote:

Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would
be the
value to be set, and C1 would be the cell to change till it equals B1,
by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any
cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G





  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Goal Seek

You can't run Goal Seek from a worksheet formula. You could write a macro to
automate it, or even record a macro while you do the particular analysis,
and rerun it as needed.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"lawson" wrote in message
...
Hello,

i wish to create a function that runs GoalSeek.

if, for example, A1 is where i sould type the function, then B1 would be
the
value to be set, and C1 would be the cell to change till it equals B1, by
changing the value in A1.

A1 = GS(Target Value, Cell to be set to Value)
= GS('B1','C1') '(ie, can be typed in any cell, referencing any cells)

which would produce a value that looks like a typical Goalseek value,
2.639568392784

any help would be greatly appreciated

G




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use goal seek manu Excel Worksheet Functions 2 July 8th 07 11:10 PM
goal seek tikchye_oldLearner57 Excel Discussion (Misc queries) 3 August 31st 06 02:52 PM
Goal seek gone [email protected] Excel Worksheet Functions 2 August 29th 06 04:57 PM
Goal Seek Mike Excel Worksheet Functions 3 January 23rd 06 04:39 AM
Goal Seek Tiya Excel Worksheet Functions 1 May 11th 05 12:38 PM


All times are GMT +1. The time now is 08:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"