+ Reply to Thread
Results 1 to 4 of 4

Dynamic Targets

  1. #1
    Registered User
    Join Date
    05-11-2008
    Posts
    15

    Smile Dynamic Targets

    I want to develop a "dynamic target" for the jobs per day which works something like:

    If our monthly target is 4.0 paid jobs and day 1 of the month we hit 3.0 the target should move to 4.1 (or whatever the calculation is)

    If we hit 4.5 on day 1 the target moves down to 3.9 (or similar).

    Can anyone offer me some help?

    Thanks
    Mark

  2. #2
    Registered User
    Join Date
    05-11-2008
    Posts
    15

    Dynamic Targets

    I want to develop a "dynamic target" for the jobs per day which works something like:

    If our monthly target is 4.0 paid jobs and day 1 of the month we hit 3.0 the target should move to 4.1 (or whatever the calculation is)

    If we hit 4.5 on day 1 the target moves down to 3.9 (or similar).

    Can anyone offer me some help?

    Thanks
    Mark

  3. #3
    Registered User
    Join Date
    06-19-2008
    Posts
    34
    You can use an if statement such as

    if(day1<4, target + .1 (this is if ithe first statement is true), if (day1>4, target -1, 4 (this is if the second if is false))

    try that out. day1 is the cell with the number of paid jobs, target is the cell wit the target sales. hope that works

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    Threads merged.

    marko71, please read the Forum Rules before starting your next thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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