Results 1 to 15 of 15

if, nested if, if(and) logic

Threaded View

  1. #1
    Registered User
    Join Date
    12-04-2012
    Location
    Estacada, OR
    MS-Off Ver
    Excel 2010
    Posts
    97

    if, nested if, if(and) logic

    I have the attached file I am hoping someone can help me reason out a formula change for. What I am trying to do is say when any cell in range G11:U11 is 6200 or greater then I need to somehow account for the extra time in cell B18 into the formula in cell D25 which is:

    [code]
    =IF(R20<=TIME(10,0,0),R20,IF(AND((R20)>TIME(10,0,0),R20<=TIME(11,45,0)),R20+TIME(0,B14,0),IF(AND((R20)>=TIME(12,0,0),R20+TIME(1,0,0)<TIME(14,30,0)),B25+TIME(0,F16+60,0)+TIME(0,B14,0),IF((TIME(0,F16,0)+B25)>TIME(14,30,0),TIME(14,30,0),TIME(14,30,0)))))
    [\code]

    I hope this is understandable. I would put it in psudo code but I am not sure of the logistic of how to account to the cutter flip time in cell B18 in the D25 cell.
    Attached Files Attached Files

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