Results 1 to 6 of 6

Thread: TAT Calculation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Apr 2016
    Posts
    3
    Rep Power
    0
    Quote Originally Posted by joris moerings View Post
    Hi, see if this formula does the trick in calculating the TAT:
    =(NETWORKDAYS(B2,F2)-1)*("18:30"-"09:30")+IF(NETWORKDAYS(F2,F2);MEDIAN(MOD(F2,1),"1 8:30";"09:30"),"18:30")-MEDIAN(NETWORKDAYS(B2,B2)*MOD(B2,1),"18:30","09:30 ")

    The formula to check f TAT is realized is:=IF(G2*24>4,"No","Yes")

    Hi Joris,

    thanks for help but this formulla is not working, giving #Value error.

    Regards,
    Pramod Kumar

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    If what I asked is correct, then you could validate the TAT compliance using this formula

    =IF(MOD(B2,1)>TIME(18,30,0),F2-WORKDAY(B2,1)+TIME(9,30,0),F2-B2)<=TIME(4,0,0)

    But if you are looking for something else, let me know.
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Apr 2016
    Posts
    3
    Rep Power
    0
    Quote Originally Posted by Excel Fox View Post
    If what I asked is correct, then you could validate the TAT compliance using this formula

    =IF(MOD(B2,1)>TIME(18,30,0),F2-WORKDAY(B2,1)+TIME(9,30,0),F2-B2)<=TIME(4,0,0)

    But if you are looking for something else, let me know.
    Hi,

    Thanks this was really a great help, i really appreciate your efforts. earlier it took me hours to calculate the data, but now with this i can calculate thousands to rows within a minutes.

    thanks once again.

    Regards,
    Pramod Kumar

Similar Threads

  1. On Going Calculation
    By justme1052 in forum Excel Help
    Replies: 2
    Last Post: 12-31-2013, 02:06 AM
  2. Correcting “Negative” Time Difference Calculation in Excel
    By Transformer in forum Tips, Tricks & Downloads (No Questions)
    Replies: 0
    Last Post: 05-17-2013, 12:32 AM
  3. Formula Following Order Of Calculation BODMAS
    By paul_pearson in forum Excel Help
    Replies: 7
    Last Post: 03-27-2013, 02:07 PM
  4. Hours Calculation between two times
    By excel_learner in forum Excel Help
    Replies: 3
    Last Post: 11-21-2012, 05:04 PM
  5. Calculation with different condition in a cell
    By LalitPandey87 in forum Excel Help
    Replies: 5
    Last Post: 04-04-2012, 08:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •