+ Reply to Thread
Results 1 to 2 of 2

Conditional time display

  1. #1
    Registered User
    Join Date
    01-30-2009
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    4

    Conditional time display

    Hi,

    I have a sheet that needs to display whether particular service response times are within accepted SLA levels or not. I need to be able to accomplish the following:


    IF A1 = "Service1" THEN B1 = "24 hours(In time format)"
    ELSE
    IF A1 = "Service2" THEN B1 = "72 hours(In time format)


    Thanks in advance

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Conditional time display

    Hi,

    Try this?

    =IF(A1="Service1","24:00",IF(A1="Service2","72:00",""))
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

+ 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