+ Reply to Thread
Results 1 to 6 of 6

Looking for Formula help

  1. #1
    Registered User
    Join Date
    02-26-2013
    Location
    Londonderry, New Hampshire
    MS-Off Ver
    Excel 2003
    Posts
    8

    Looking for Formula help

    I have categories collecting points for: Calls, Talk Time, etc. There are minimum metrics for each category, originally I was taking points away to hit the minimum. Now i'd like to leave it as "0" until the minimum is met, then weight the points off of over achieving.

    Not sure how to change the formula to meet these new requirements. SS attached.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    11-20-2012
    Location
    Seattle, WA USA
    MS-Off Ver
    Excel 2010
    Posts
    597

    Re: Looking for Formula help

    i'm not sure if i understand what you are trying to do so...

    this is the formula in D3 for Brandon/Calls
    =IF(C3>=B3,(C3-B3)/2,C3-B3)

    this formula says until C3>=B3 then give me 0
    =IF(C3>=B3,(C3-B3)/2,0)

  3. #3
    Valued Forum Contributor
    Join Date
    11-20-2012
    Location
    Seattle, WA USA
    MS-Off Ver
    Excel 2010
    Posts
    597

    Re: Looking for Formula help

    also your total column doesn't include talk time and demo's

  4. #4
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,609

    Re: Looking for Formula help

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    Ben Van Johnson

  5. #5
    Registered User
    Join Date
    02-26-2013
    Location
    Londonderry, New Hampshire
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Looking for Formula help

    Thank you, Scott. I appreciate the assistance.

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Looking for Formula help

    jgaffny,

    Please check post 4.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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