+ Reply to Thread
Results 1 to 3 of 3

Need Help to Calculate the Point Based on Break Time

  1. #1
    Forum Contributor
    Join Date
    07-15-2015
    Location
    Kolkata
    MS-Off Ver
    2010 & 2013
    Posts
    303

    Need Help to Calculate the Point Based on Break Time

    Hi All,

    I want to calculate the point based on break time. I am using this formula
    Please Login or Register  to view this content.
    But it's showing wrong answer 3 instead of 1.5

    Point criteria on Break Time are

    >1:00 = -.5, >=1:10= - 1, >1:15= -1.5
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Need Help to Calculate the Point Based on Break Time

    =IF(A2>=TIME(1,15,0),(3-1.5),IF(A2>=TIME(1,10,0),(3-1),IF(A2>TIME(1,0,0),(3-0.5),3)))
    try this
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,907

    Re: Need Help to Calculate the Point Based on Break Time

    Or try this ...

    =3-LOOKUP(A2*1440,{0,61,70,76},{0,0.5,1,1.5})

+ 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. Replies: 7
    Last Post: 04-25-2020, 03:23 AM
  2. [SOLVED] Calculate rating based on cut point table
    By som3on3_10 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-13-2014, 04:39 AM
  3. [SOLVED] Calculate Amount based on Lane ID and Weight Break
    By mk_santhosh in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-10-2013, 04:37 AM
  4. Replies: 10
    Last Post: 07-13-2013, 05:20 AM
  5. calculate points based off a set point system
    By steggspolak in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-21-2013, 07:23 AM
  6. [SOLVED] Calculate break based on hours worked.
    By RAS 2112 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-05-2013, 12:57 PM
  7. Replies: 0
    Last Post: 08-21-2010, 08:03 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