+ Reply to Thread
Results 1 to 6 of 6

Day of week goal changes

  1. #1
    Registered User
    Join Date
    03-19-2014
    Location
    Plain City, OH
    MS-Off Ver
    Excel 2003
    Posts
    1

    Day of week goal changes

    Hello and thank everyone for any help that is provided.
    My employees have at group goal of $30,000. We work Monday thru Friday, so that is 5 days. On Monday the goal would be divided by 5 days remaining, Tuesday divided by 4, and so on.
    How do I make a formula so that every day the goal is divided by the correct number?
    E43 is where I put my weekly goal
    E44 is the current formula =SUM(E43/5). So that 5 in the formula needs to be a 4 on Tuesday and so on.

    Thank you.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Day of week goal changes

    Try this...

    Entered in E44 and copied down to E48:

    =E$43/ROWS(E44:E$48)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Day of week goal changes

    This formula should do it:

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please click the * icon below if I have helped.

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Day of week goal changes

    Quote Originally Posted by Melvinrobb View Post
    This formula should do it:

    =E43/(6-WEEKDAY(TODAY(),2))
    I think I misunderstood what the OP wanted.

    What about the weekend days? If today is Saturday you'll get an error.

  5. #5
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Day of week goal changes

    The goal only applies to the 5 business days. After Friday, the goal should be met.
    The formula below would now account for this possible Error scenario:

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Day of week goal changes

    Ok, that'll work.

+ 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. [SOLVED] excel hlep to calculate the week no from dispatch to closed calls week wise
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-05-2013, 04:53 AM
  2. Chart previous week data as grouped and current week as ungrouped
    By r_a_c_a_4_u in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-17-2013, 12:55 PM
  3. How to: identify repeat offenders within a 3 week period (week per week basis)
    By Heloc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-28-2012, 12:43 AM
  4. Replies: 3
    Last Post: 07-27-2012, 01:44 PM
  5. Goal Seek VBA with relative 'Goal' parameter
    By alirulez in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-07-2012, 07:19 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