+ Reply to Thread
Results 1 to 2 of 2

Mutliple IF conditions to calculate SLA

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    2

    Mutliple IF conditions to calculate SLA

    Criteria to breach sla in days
    CRITICAL 1
    HIGH 1
    AVERAGE 2
    LOW 3

    Severity Days Old SLA ACHIEVED
    CRITICAL 1
    HIGH 4
    AVERAGE 2
    LOW 1
    CRITICAL 9
    HIGH 10
    AVERAGE 13
    LOW 14

    Please help me to create if condition formula to calculate sla breach by depending on Days OLD values with the actual criteria
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    01-08-2011
    Location
    Portsmouth, England
    MS-Off Ver
    Excel 2007 to 2016
    Posts
    456

    Re: Mutliple IF conditions to calculate SLA

    Try this in G2 and copy down

    =IF(F2>VLOOKUP(E2,$A$2:$B$5,2,FALSE),"Breach","No breach")
    Excel is a constant learning process and it's great to help each other. If any of us have helped you today, a click on the "reputation" star on the left is appreciated.

+ 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. [SOLVED] Calculate sum with conditions
    By bigband1 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-30-2012, 12:53 PM
  2. Using IF - Mutliple Conditions over 2 cells
    By kwaychap in forum Excel General
    Replies: 2
    Last Post: 04-15-2012, 03:00 AM
  3. Replies: 3
    Last Post: 03-31-2009, 04:17 PM
  4. Calculate according to conditions
    By ianmorris1977 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-01-2008, 10:58 AM
  5. Calculate according to conditions
    By ianmorris1977 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-30-2008, 04:18 PM
  6. Mutliplying text and number values Macro with mutliple conditions
    By antimel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-24-2007, 05:27 PM
  7. [SOLVED] Calculate sum of numbers with conditions
    By Curtis in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  8. Calculate sum of numbers with conditions
    By Curtis in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 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