+ Reply to Thread
Results 1 to 3 of 3

Goal Seek Error in Excel 2013

  1. #1
    Registered User
    Join Date
    02-22-2015
    Location
    Singapore
    MS-Off Ver
    2013
    Posts
    1

    Red face Goal Seek Error in Excel 2013

    Hi,
    I am using Excel 2013. I am trying to find the breakeven point in units using Goal Seek.
    However, this issue occur.
    Need help on this.
    Attached Images Attached Images

  2. #2
    Forum Expert gmr4evr1's Avatar
    Join Date
    11-24-2014
    Location
    Texas
    MS-Off Ver
    Office 2010 and 2007
    Posts
    3,448

    Re: Goal Seek Error in Excel 2013

    Maybe because the target value is 0, and the current value is -(negative?)$1500.00? Kind of hard to tell what's going on from a picture though.
    1N73LL1G3NC3 15 7H3 4B1L17Y 70 4D4P7 70 CH4NG3 - 573PH3N H4WK1NG
    You don't have to add Rep if I have helped you out (but it would be nice), but please mark the thread as SOLVED if your issue is resolved.

    Tom

  3. #3
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,827

    Re: Goal Seek Error in Excel 2013

    Goal Seek is an implementation of the Newton Raphson root finding algorithm. I find that this is a good tutorial: http://www.cs.utah.edu/~zachary/isp/...ot/Newton.html It will show you how Newton's method works, and, important to the question at hand, when and why Newton's method fails to find a root. As gmr4evr1 noted, it is difficult to for us to draw any conclusions from a picture. Things I would suggest trying:

    1) Try a different "initial guess". The tutorial shows how the choice of initial guess can impact the success or failure of the algorithm. Perhaps you simply need a better choice for your initial guess.
    2) Newton's method needs a function to be "continuous" (I don't know if you math education extended into calculus and the definition of a "continuous function" -- might be worth looking into). Many functions, like IF(), COUNT(), COUNTIF(), and so on, tend to not be continuous, which makes them unsuitable for the NR algorithm. You may need to reformulate your function.
    3) Many times, I find that I need to analyze the function in some detail. Generate several "y" values at several different "x" values and plot the results in a scatter plot. That will give you a "picture" of what the function looks like and can lend insights into why the NR algorithm fails.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Error in goal seek macro
    By aganesan99 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-27-2014, 12:17 PM
  2. Argument not optional error is occurring in goal seek automated code.
    By bk1202 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-21-2013, 08:32 AM
  3. [SOLVED] Goal Seek Cell Reference Invalid Error
    By michaeljoeyeager in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-23-2013, 05:20 PM
  4. Attempt to automate goal seek; keep getting Type 13 mismatch error; VBA novice
    By exceljs88 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-14-2012, 11:51 AM
  5. Replies: 3
    Last Post: 07-27-2012, 01:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1