Dear Ankur,

Please try it..

*Sub Dynamic_Goalsheek()
Dim i As Long
Dim sh As Worksheet
Set sh = ThisWorkbook.Sheets(1)
For i = 2 To sh.Cells(Rows.Count, "A").End(xlUp).Row
sh.Range("I" & i).GoalSeek Goal:=sh.Range("A" & i).Value,
ChangingCell:=sh.Range("E" & i)
Next i
End Sub
*
See attached sheet hope it will help to you
else
share a sample workbook with group.


-- 
Thanks & regards,
Noorain Ansari
www.noorainansari.com
www.excelmacroworld.blogspot.com

On Thu, Jun 21, 2012 at 8:59 AM, ANKUR AGGARWAL <
[email protected]> wrote:

> Experts, is it at all possible to automate goal seek function using an
> excel formula without a macro. Set value in goal seek function will get
> refreshed every day, we don't want to manually apply goal seek each time
> neither wanna use the macro to automate that.
>
> Can it be done using any dynamic excel formula  ?
>
>
> Warm Regards
> Ankur Aggarwal
> Analyst
>
>  --
> -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise,
> accurate thread titles. Poor thread titles, like Please Help, Urgent, Need
> Help, Formula Problem, Code Problem, and Need Advice will not get quick
> attention or may not be answered. 2) Don't post a question in the thread of
> another member. 3) Don't post questions regarding breaking or bypassing any
> security measure. 4) Acknowledge the responses you receive, good or bad. 5)
> Cross-promotion of, or links to, forums competitive to this forum in
> signatures are prohibited. NOTE : Don't ever post personal or confidential
> data in a workbook. Forum owners and members are not responsible for any
> loss.
> ------------------------------------------------------------------------------------------------------
> To post to this group, send email to [email protected] To
> unsubscribe, send a blank email to
> [email protected]

-- 
-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to [email protected]

To unsubscribe, send a blank email to [email protected]


Attachment: Goal_Seek(Ankur).xls
Description: MS-Excel spreadsheet

Reply via email to