+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting

Hybrid View

  1. #1
    Registered User
    Join Date
    10-24-2007
    Posts
    1

    Conditional Formatting

    Please see below. How would I show -

    if column B = 'SL1' then if column C > (column a - 2), display Red or display letter R, otherwise display green or G), if column B = 'SL2' then if column c>(column a-3), display Red or R, otherwise green or G), if column B = 'SL3' then if column c>(column a-4), display Red or R, otherwise green or G

    SL1 is Column A-2 days but how would I show this as Column A-48 hrs?

    I hope this makes sense and thanks in advance for your help.

    (I can't seem to attach file so details below)

    Date loaded SLA Date submitted
    20/10/2007 SL1 22/10/2007
    20/10/2007 SL2 21/10/2007
    20/10/2007 SL3 26/10/2007
    Last edited by hibiscus11; 10-24-2007 at 12:20 PM. Reason: No attachment

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    depending if you mean > or >= something like

    =IF(C2>A2-1-RIGHT(B2,1)*1,"R","G")

    Regards

    Dav

+ 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