+ Reply to Thread
Results 1 to 4 of 4

Goal Seek using Time

  1. #1
    Registered User
    Join Date
    09-21-2008
    Location
    Florida
    Posts
    19

    Goal Seek using Time

    Hi-

    I am doing a project that I am having difficulty with. Hope you can help.

    I am trying to use goal seek to see with the fourth quarter target needs to be in order to meet a yearly goal. The measurement is average time on a call. So the data looks like:

    Q1 - 00:03:52
    Q2 - 00:05:25
    Q3 - 00:04:18
    Q4 -
    Average needs to be 00:04:30 for all four quarters to hit target. So I need the output to be a time in the Q4 cell. in the average cell, I used a formula to get the average of all 4 quarters. I used goal seek with the set value being the average cell, the to value being 00:04:30 and by changing cell is the empty Q4 cell. When I press ok, the goal seek status box appears and the target value has changed to 0.003125, and current value is 0:03:24. A 0 appears in the Q4 cell. I was expecting the Q4 cell to have a format of hh:mm:ss and it very well should be greater than zero. And the average should be 00:04:30 not 00:03:24. What am I doing wrong and how can I fix it?

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    have you tried converting it to seconds first? time in a1 then say in B1
    =(A1*1440)*60 (or A1*86400)formated as general
    convert result back using (if result is in C1)
    =c1/86400 formatted as hh:mm:ss

  3. #3
    Registered User
    Join Date
    09-21-2008
    Location
    Florida
    Posts
    19
    Thanks for the help. I attempted to convert the time to seconds but that still didn't work. The formatting is still incorrect. Any other suggestions?

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    yoy dont need goal seek
    if youput Q1 in a1, Q2in a2,Q3in a3 and your target time in B1(all formated as hh:mm:ss)
    Then put

    =4 * B1 - SUM(A1:A3)

    formated as hh:mm:ss in A4
    it will return

    00:04:25
    which is the time needed to make your average
    00:04:30(B1)
    That simplifies to
    =(B1*4) -SUM(A1:A3) no need to convert!
    Last edited by shg; 09-21-2008 at 02:53 PM.

+ 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. Using goal seek to make a chart
    By AKK in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-23-2007, 09:46 PM
  2. Multiple goal seek ?
    By Joenash in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-04-2007, 12:30 PM
  3. Goal Seek
    By mangesh in forum Excel General
    Replies: 0
    Last Post: 04-26-2007, 06:12 AM
  4. Assignment overDUE PLEASE PLEASE HELP!!
    By undergrad in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-29-2006, 12:34 AM

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